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

Diff for /src/usr.bin/cvs/getlog.c between version 1.87 and 1.88

version 1.87, 2008/03/02 19:05:34 version 1.88, 2008/06/09 23:33:15
Line 196 
Line 196 
         cvs_file_classify(cf, cvs_directory_tag);          cvs_file_classify(cf, cvs_directory_tag);
   
         if (cf->file_status == FILE_UNKNOWN) {          if (cf->file_status == FILE_UNKNOWN) {
                 if (verbosity > 0 && cvs_cmdop != CVS_OP_RLOG)  
                         cvs_log(LP_ERR, "nothing known about %s",  
                             cf->file_path);  
                 return;                  return;
         } else if (cf->file_status == FILE_ADDED) {          } else if (cf->file_status == FILE_ADDED) {
                 if (verbosity > 0)                  if (verbosity > 0)

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88