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

Diff for /src/usr.bin/cvs/getlog.c between version 1.73 and 1.74

version 1.73, 2007/06/28 21:38:09 version 1.74, 2007/07/16 12:16:01
Line 201 
Line 201 
         }          }
   
         cvs_printf("\nRCS file: %s", cf->file_rpath);          cvs_printf("\nRCS file: %s", cf->file_rpath);
         cvs_printf("\nWorking file: %s", cf->file_path);  
           if (cvs_cmdop != CVS_OP_RLOG)
                   cvs_printf("\nWorking file: %s", cf->file_path);
   
         cvs_printf("\nhead:");          cvs_printf("\nhead:");
         if (cf->file_rcs->rf_head != NULL)          if (cf->file_rcs->rf_head != NULL)
                 cvs_printf(" %s", rcsnum_tostr(cf->file_rcs->rf_head,                  cvs_printf(" %s", rcsnum_tostr(cf->file_rcs->rf_head,

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74