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

Diff for /src/usr.bin/cvs/annotate.c between version 1.14 and 1.15

version 1.14, 2005/05/24 04:12:25 version 1.15, 2005/05/29 00:52:08
Line 98 
Line 98 
   
         if ((date != NULL) && (rev != NULL)) {          if ((date != NULL) && (rev != NULL)) {
                 cvs_log(LP_ERR,                  cvs_log(LP_ERR,
                     "the -D and -d arguments are mutually exclusive");                      "the -D and -r arguments are mutually exclusive");
                 return (CVS_EX_USAGE);                  return (CVS_EX_USAGE);
         }          }
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15