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

Diff for /src/usr.bin/cvs/update.c between version 1.45 and 1.46

version 1.45, 2005/12/03 01:02:09 version 1.46, 2005/12/03 13:00:00
Line 236 
Line 236 
         cvs_file_getpath(cf, fpath, sizeof(fpath));          cvs_file_getpath(cf, fpath, sizeof(fpath));
   
         if (cf->cf_cvstat == CVS_FST_UNKNOWN) {          if (cf->cf_cvstat == CVS_FST_UNKNOWN) {
                 cvs_printf("? %s\n", fpath);                  if (verbosity > 1)
                           cvs_printf("? %s\n", fpath);
                 return (CVS_EX_OK);                  return (CVS_EX_OK);
         }          }
   

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46