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

Diff for /src/usr.bin/rcs/rlog.c between version 1.64 and 1.65

version 1.64, 2010/07/30 21:47:18 version 1.65, 2011/07/14 16:38:39
Line 531 
Line 531 
                 nrdp = rdp;                  nrdp = rdp;
         else          else
                 nrdp = TAILQ_NEXT(rdp, rd_list);                  nrdp = TAILQ_NEXT(rdp, rd_list);
   
         /*          /*
          * We do not write diff stats for the first revision of the default           * We do not write diff stats for the first revision of the default
          * branch, since it was not a diff but a full text.           * branch, since it was not a diff but a full text.
Line 546 
Line 546 
                         printf("  lines: +%d -%d", removed, added);                          printf("  lines: +%d -%d", removed, added);
         }          }
         printf("\n");          printf("\n");
   
         if (!TAILQ_EMPTY(&(rdp->rd_branches))) {          if (!TAILQ_EMPTY(&(rdp->rd_branches))) {
                 printf("branches:");                  printf("branches:");
                 TAILQ_FOREACH(rb, &(rdp->rd_branches), rb_list) {                  TAILQ_FOREACH(rb, &(rdp->rd_branches), rb_list) {

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65