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

Diff for /src/usr.bin/cvs/commit.c between version 1.27 and 1.28

version 1.27, 2005/04/19 00:34:39 version 1.28, 2005/04/19 00:35:02
Line 144 
Line 144 
   
         if ((cf->cf_type == DT_REG) && ((cf->cf_cvstat == CVS_FST_MODIFIED) ||          if ((cf->cf_type == DT_REG) && ((cf->cf_cvstat == CVS_FST_MODIFIED) ||
             (cf->cf_cvstat == CVS_FST_ADDED))) {              (cf->cf_cvstat == CVS_FST_ADDED))) {
                 printf("copying %s\n", CVS_FILE_NAME(cf));  
                 copy = cvs_file_copy(cf);                  copy = cvs_file_copy(cf);
                 if (copy == NULL)                  if (copy == NULL)
                         return (CVS_EX_DATA);                          return (CVS_EX_DATA);

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