/[cvs]/ccvs/contrib/log_accum.in
ViewVC logotype

Diff of /ccvs/contrib/log_accum.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by dprice, Thu Oct 6 18:26:10 2005 UTC revision 1.16 by dprice, Thu Oct 6 18:35:25 2005 UTC
# Line 275  sub change_summary { Line 275  sub change_summary {
275          $delta = "";          $delta = "";
276          $rcsfile = "$update_dir/$file";          $rcsfile = "$update_dir/$file";
277    
278          if ($oldrev{$file} ne 'NONE') {          if ($oldrev{$file}) {
279              open(RCS, "-|") || exec "$cvsbin/cvs", '-Qn', 'log',              open(RCS, "-|") || exec "$cvsbin/cvs", '-Qn', 'log',
280                                      "-r$newrev{$file}",                                      "-r$newrev{$file}",
281                                      '--', $file;                                      '--', $file;
# Line 346  sub change_summary { Line 346  sub change_summary {
346             }             }
347          }          }
348    
349          &append_line($out, sprintf("%-9s%-12s%s%s", $newrev{$file}, $delta,          &append_line($out, sprintf("%-9s%-12s%s%s",
350                                     $rcsfile, $diff));                                     $newrev{$file} ? $newrev{$file} : "dead",
351                                       $delta, $rcsfile, $diff));
352      }      }
353  }  }
354    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26