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

Diff for /src/usr.bin/rcs/co.c between version 1.73 and 1.74

version 1.73, 2006/04/12 08:23:30 version 1.74, 2006/04/12 08:27:31
Line 319 
Line 319 
   
         if ((verbose == 1) && !(flags & NEWFILE) && !(flags & CO_REVERT))          if ((verbose == 1) && !(flags & NEWFILE) && !(flags & CO_REVERT))
                 printf("revision %s", buf);                  printf("revision %s", buf);
   
         if ((verbose == 1) && (flags & CO_REVERT))          if ((verbose == 1) && (flags & CO_REVERT))
                 printf("done");                  printf("done");
   

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74