[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.40 and 1.41

version 1.40, 2006/02/06 08:33:03 version 1.41, 2006/03/08 05:01:50
Line 143 
Line 143 
   
         if ((runflags & TAG_BRANCH) && (runflags & TAG_DELETE)) {          if ((runflags & TAG_BRANCH) && (runflags & TAG_DELETE)) {
                 cvs_log(LP_WARN, "ignoring -b with -d options");                  cvs_log(LP_WARN, "ignoring -b with -d options");
                 runflags &= ~TAG_BRANCH;                  runflags &= ~TAG_BRANCH;
         }          }
   
         if ((runflags & TAG_DELETE) && (tag_oldname != NULL))          if ((runflags & TAG_DELETE) && (tag_oldname != NULL))

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41