[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.77 and 1.78

version 1.77, 2009/03/22 18:40:55 version 1.78, 2009/03/22 18:41:25
Line 363 
Line 363 
                             "couldn't tag added but un-commited file `%s'",                              "couldn't tag added but un-commited file `%s'",
                             cf->file_path);                              cf->file_path);
                 }                  }
                 return;                  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-commited file `%s'",
                             cf->file_path);                              cf->file_path);
                 }                  }
                 return;                  break;
         case FILE_CHECKOUT:          case FILE_CHECKOUT:
         case FILE_MODIFIED:          case FILE_MODIFIED:
         case FILE_PATCH:          case FILE_PATCH:

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78