[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.26 and 1.27

version 1.26, 2005/07/27 17:53:54 version 1.27, 2005/07/30 00:01:50
Line 131 
Line 131 
                 return (ret);                  return (ret);
         }          }
   
         if (cf->cf_cvstat == CVS_FST_ADDED)          if (cf->cf_cvstat == CVS_FST_UNKNOWN)
                 ret = cvs_sendreq(root, CVS_REQ_ISMODIFIED,                  ret = cvs_sendreq(root, CVS_REQ_ISMODIFIED,
                     cf->cf_name);                      cf->cf_name);
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27