[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.61 and 1.62

version 1.61, 2006/05/30 21:34:03 version 1.62, 2006/06/02 19:10:24
Line 105 
Line 105 
                 return;                  return;
         } else if (cf->file_status == FILE_ADDED) {          } else if (cf->file_status == FILE_ADDED) {
                 if (verbosity > 0)                  if (verbosity > 0)
                         cvs_log(LP_ERR, "%s has been added, but not commited",                          cvs_log(LP_ERR, "%s has been added, but not committed",
                             cf->file_path);                              cf->file_path);
                 return;                  return;
         }          }

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62