diff options
author | bde <bde@FreeBSD.org> | 1997-04-13 19:18:56 +0800 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-13 19:18:56 +0800 |
commit | 60497499ec6b494dc1bf2e1cd2e614ef54a3107d (patch) | |
tree | 01ae93e61f4eacd24ad57ab2450154be6d38a15c /CVSROOT/cvsedit | |
parent | d744f1cfc9851094168a34912af794d864078a9c (diff) | |
download | freebsd-ports-gnome-60497499ec6b494dc1bf2e1cd2e614ef54a3107d.tar.gz freebsd-ports-gnome-60497499ec6b494dc1bf2e1cd2e614ef54a3107d.tar.zst freebsd-ports-gnome-60497499ec6b494dc1bf2e1cd2e614ef54a3107d.zip |
Edit out null `PR:'s
PR:
Diffstat (limited to 'CVSROOT/cvsedit')
-rwxr-xr-x | CVSROOT/cvsedit | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CVSROOT/cvsedit b/CVSROOT/cvsedit index 24453b93790c..1f9e6a04e2d0 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) { |