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

Diff for /src/usr.bin/rcs/ci.c between version 1.35 and 1.36

version 1.35, 2005/10/16 11:36:56 version 1.36, 2005/10/16 11:40:56
Line 182 
Line 182 
                         exit(1);                          exit(1);
                 }                  }
   
                 /*  
                  * If rev is not specified on the command line,  
                  * assume HEAD.  
                  */  
                 frev = file->rf_head;                  frev = file->rf_head;
   
                 cvs_printf("%s  <--  %s\n", fpath, argv[i]);                  cvs_printf("%s  <--  %s\n", fpath, argv[i]);
   
                 /*                  /*

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36