diff options
author | joe <joe@FreeBSD.org> | 2001-09-24 11:24:55 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-09-24 11:24:55 +0000 |
commit | edf32a005a86f21d247b2cf60399c25f6d1facce (patch) | |
tree | 975764d1f163accfc143dd1b194cae9afc979680 /CVSROOT/log_accum.pl | |
parent | 6950913ba0aee167720feed93e81591ece69bf8e (diff) | |
download | FreeBSD-ports-edf32a005a86f21d247b2cf60399c25f6d1facce.zip FreeBSD-ports-edf32a005a86f21d247b2cf60399c25f6d1facce.tar.gz |
Remove mention of the word 'Attic' from commit mail deltas. They're
internal to CVS and shouldn't be mentioned here.
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-x | CVSROOT/log_accum.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 89494c1..62348f0 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -243,6 +243,7 @@ sub get_revision_number { } close RCS; + $rcsfile =~ s|/Attic/|/|; # Remove 'Attic/' if present. return($revision, $rcsfile); } @@ -326,7 +327,6 @@ sub change_summary_removed { my $delta = ""; my ($rev, $rcsfile) = get_revision_number($file); - $rcsfile =~ s|/Attic/|/|; # Remove 'Attic/' if present. if ($rev and $rcsfile) { $rev =~ /(?:(.*)\.)?([^\.]+)\.([^\.]+)$/; |