[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.154 and 1.155

version 1.154, 2008/06/14 04:34:08 version 1.155, 2008/06/19 19:04:59
Line 362 
Line 362 
   
         if (print_stdout) {          if (print_stdout) {
                 if (cf->file_status != FILE_UNKNOWN && cf->file_rcs != NULL &&                  if (cf->file_status != FILE_UNKNOWN && cf->file_rcs != NULL &&
                     cf->file_rcsrev != NULL && !cf->file_rcs->rf_dead) {                      cf->file_rcsrev != NULL && !cf->file_rcs->rf_dead &&
                       (cf->file_flags & FILE_HAS_TAG)) {
                         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.154  
changed lines
  Added in v.1.155