summaryrefslogtreecommitdiffstats
path: root/CVSROOT/log_accum.pl
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-09-24 11:24:55 +0000
committerjoe <joe@FreeBSD.org>2001-09-24 11:24:55 +0000
commitedf32a005a86f21d247b2cf60399c25f6d1facce (patch)
tree975764d1f163accfc143dd1b194cae9afc979680 /CVSROOT/log_accum.pl
parent6950913ba0aee167720feed93e81591ece69bf8e (diff)
downloadFreeBSD-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-xCVSROOT/log_accum.pl2
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 =~ /(?:(.*)\.)?([^\.]+)\.([^\.]+)$/;
OpenPOWER on IntegriCloud