[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.46 and 1.47

version 1.46, 2005/08/08 14:48:27 version 1.47, 2005/11/03 15:57:40
Line 268 
Line 268 
         cvs_printf("keyword substitution: %s\n",          cvs_printf("keyword substitution: %s\n",
             rf->rf_expand == NULL ? "kv" : rf->rf_expand);              rf->rf_expand == NULL ? "kv" : rf->rf_expand);
   
         cvs_printf("total revisions: %u;", rf->rf_ndelta);          cvs_printf("total revisions: %u", rf->rf_ndelta);
   
         if ((log_honly == 0) && (log_lhonly == 0))          if ((log_honly == 0) && (log_lhonly == 0))
                 cvs_printf("\tselected revisions: %u", nrev);                  cvs_printf(";\tselected revisions: %u", nrev);
   
         cvs_printf("\n");          cvs_printf("\n");
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47