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

Diff for /src/usr.bin/cvs/cmd.c between version 1.27 and 1.28

version 1.27, 2005/07/04 07:11:10 version 1.28, 2005/07/07 14:27:57
Line 228 
Line 228 
   
         if (cmd->cmd_flags & CVS_CMD_PRUNEDIRS)          if (cmd->cmd_flags & CVS_CMD_PRUNEDIRS)
                 cvs_file_prune(fpath);                  cvs_file_prune(fpath);
   
         if (root->cr_method != CVS_METHOD_LOCAL)          if (root->cr_method != CVS_METHOD_LOCAL)
                 cvs_disconnect(root);                  cvs_disconnect(root);
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28