[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.116 and 1.117

version 1.116, 2008/01/31 10:15:05 version 1.117, 2008/01/31 18:09:40
Line 323 
Line 323 
                         cvs_server_clear_sticky(cf->file_wd);                          cvs_server_clear_sticky(cf->file_wd);
         }          }
   
         if (print_stdout && cf->file_status != FILE_UNKNOWN) {          if (print_stdout && cf->file_status != FILE_UNKNOWN &&
               !cf->file_rcs->rf_dead) {
                 rcsnum_tostr(cf->file_rcsrev, rbuf, sizeof(rbuf));                  rcsnum_tostr(cf->file_rcsrev, rbuf, sizeof(rbuf));
                 if (verbosity > 1) {                  if (verbosity > 1) {
                         cvs_log(LP_RCS, RCS_DIFF_DIV);                          cvs_log(LP_RCS, RCS_DIFF_DIV);

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117