[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.13 and 1.14

version 1.13, 2005/04/18 21:02:49 version 1.14, 2005/04/18 21:06:46
Line 117 
Line 117 
         if (c->cmd_examine != NULL)          if (c->cmd_examine != NULL)
                 cvs_file_examine(cvs_files, c->cmd_examine, NULL);                  cvs_file_examine(cvs_files, c->cmd_examine, NULL);
   
         printf("YO BITCH, I'M DONE\n");  
         getchar();  
         exit(0);  
   
         if (root->cr_method != CVS_METHOD_LOCAL) {          if (root->cr_method != CVS_METHOD_LOCAL) {
                 if (c->cmd_flags & CVS_CMD_SENDDIR) {                  if (c->cmd_flags & CVS_CMD_SENDDIR) {
                         if (cvs_senddir(root, cvs_files) < 0)                          if (cvs_senddir(root, cvs_files) < 0)

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