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

Diff for /src/usr.bin/cvs/update.c between version 1.49 and 1.50

version 1.49, 2005/12/30 02:03:28 version 1.50, 2005/12/30 16:42:13
Line 136 
Line 136 
                 if (cvs_cmd_update.cmd_flags & CVS_CMD_PRUNEDIRS)                  if (cvs_cmd_update.cmd_flags & CVS_CMD_PRUNEDIRS)
                         cvs_sendarg(root, "-P", 0);                          cvs_sendarg(root, "-P", 0);
   
                 if (Aflag)                  if (Aflag == 1)
                         cvs_sendarg(root, "-A", 0);                          cvs_sendarg(root, "-A", 0);
   
                 if (dflag)                  if (dflag == 1)
                         cvs_sendarg(root, "-d", 0);                          cvs_sendarg(root, "-d", 0);
   
                 if (rev != NULL) {                  if (rev != NULL) {

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50