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

Diff for /src/usr.bin/cvs/tag.c between version 1.82 and 1.83

version 1.82, 2015/11/05 09:48:21 version 1.83, 2015/12/22 21:36:57
Line 357 
Line 357 
         case FILE_ADDED:          case FILE_ADDED:
                 if (verbosity > 1) {                  if (verbosity > 1) {
                         cvs_log(LP_NOTICE,                          cvs_log(LP_NOTICE,
                             "couldn't tag added but un-commited file `%s'",                              "couldn't tag added but un-committed file `%s'",
                             cf->file_path);                              cf->file_path);
                 }                  }
                 break;                  break;
         case FILE_REMOVED:          case FILE_REMOVED:
                 if (verbosity > 1) {                  if (verbosity > 1) {
                         cvs_log(LP_NOTICE,                          cvs_log(LP_NOTICE,
                             "skipping removed but un-commited file `%s'",                              "skipping removed but un-committed file `%s'",
                             cf->file_path);                              cf->file_path);
                 }                  }
                 break;                  break;

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83