[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.18 and 1.19

version 1.18, 2005/05/24 07:38:46 version 1.19, 2005/05/29 00:55:10
Line 151 
Line 151 
                 tag_date = NULL;                  tag_date = NULL;
   
         if (tag_oldname != NULL && tag_date != NULL) {          if (tag_oldname != NULL && tag_date != NULL) {
                 cvs_log(LP_ERROR, "-r and -D options are mutually exclusive");                  cvs_log(LP_ERROR,
                       "the -D and -r options are mutually exclusive");
                 return (CVS_EX_USAGE);                  return (CVS_EX_USAGE);
         }          }
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19