summaryrefslogtreecommitdiffstats
path: root/CVSROOT/cvsedit
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 11:18:56 +0000
committerbde <bde@FreeBSD.org>1997-04-13 11:18:56 +0000
commit60497499ec6b494dc1bf2e1cd2e614ef54a3107d (patch)
tree01ae93e61f4eacd24ad57ab2450154be6d38a15c /CVSROOT/cvsedit
parentd744f1cfc9851094168a34912af794d864078a9c (diff)
downloadFreeBSD-ports-60497499ec6b494dc1bf2e1cd2e614ef54a3107d.zip
FreeBSD-ports-60497499ec6b494dc1bf2e1cd2e614ef54a3107d.tar.gz
Edit out null `PR:'s
PR:
Diffstat (limited to 'CVSROOT/cvsedit')
-rwxr-xr-xCVSROOT/cvsedit5
1 files changed, 3 insertions, 2 deletions
diff --git a/CVSROOT/cvsedit b/CVSROOT/cvsedit
index 24453b9..1f9e6a0 100755
--- a/CVSROOT/cvsedit
+++ b/CVSROOT/cvsedit
@@ -6,7 +6,7 @@
# To use this, make it executable, and set your editinfo DEFAULT line:
# DEFAULT /path/to/this/program
#
-# $Id$
+# $Id: cvsedit,v 1.10 1996/02/07 14:35:36 peter Exp $
#
# same rules as CVS
@@ -60,7 +60,8 @@ while(<IN>) {
next;
} else {
# Delete if they only have whitespace after them.
- if (/^Reviewed by:$/i ||
+ if (/^PR:$/i ||
+ /^Reviewed by:$/i ||
/^Submitted by:$/i ||
/^Obtained from:$/i ||
/^CC:$/i) {
OpenPOWER on IntegriCloud