[BACK]Return to add.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/add.c between version 1.5 and 1.6

version 1.5, 2004/11/09 20:59:07 version 1.6, 2004/12/06 02:19:54
Line 122 
Line 122 
         root = CVS_DIR_ROOT(cf);          root = CVS_DIR_ROOT(cf);
   
         if (root->cr_method != CVS_METHOD_LOCAL) {          if (root->cr_method != CVS_METHOD_LOCAL) {
                 cvs_sendreq(root, CVS_REQ_ISMODIFIED, cf->cf_name);                  cvs_sendreq(root, CVS_REQ_ISMODIFIED, CVS_FILE_NAME(cf));
         }          }
         else {          else {
                 cvs_log(LP_INFO, "scheduling file `%s' for addition",                  cvs_log(LP_INFO, "scheduling file `%s' for addition",

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6