/[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.9 by dprice, Wed Jul 20 10:38:40 2005 UTC revision 1.10 by mdb, Fri Jul 22 21:18:38 2005 UTC
# Line 301  sub change_summary { Line 301  sub change_summary {
301              open(RCS, "-|") || exec "$cvsbin/cvs", '-Qn', 'log', "-r$rev",              open(RCS, "-|") || exec "$cvsbin/cvs", '-Qn', 'log', "-r$rev",
302                                      '--', $file;                                      '--', $file;
303              while (<RCS>) {              while (<RCS>) {
304                  if (/^date:/) {                  if (/^date:.*lines:([^;]+);.*/) {
305                      chomp;                      $delta = $1;
306                      $delta = $_;                      last;
                     $delta =~ s/^.*;//;  
                     $delta =~ s/^[\s]+lines://;  
307                  }                  }
308              }              }
309              close(RCS);              close(RCS);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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