svn commit: r327739 - head/contrib/subversion/subversion/svn svnadmin/hooks/scripts
Alan Somers
asomers at FreeBSD.org
Tue Jan 9 21:02:41 UTC 2018
Author: asomers
Date: Tue Jan 9 21:02:39 2018
New Revision: 327739
URL: https://svnweb.freebsd.org/changeset/base/327739
Log:
Add Pull Request to the Subversion commit template
Reviewed by: emaste
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D13178
Modified:
svnadmin/hooks/scripts/log-police.py
Changes in other areas also in this revision:
Modified:
head/contrib/subversion/subversion/svn/util.c
Modified: svnadmin/hooks/scripts/log-police.py
==============================================================================
--- svnadmin/hooks/scripts/log-police.py Tue Jan 9 20:53:30 2018 (r327738)
+++ svnadmin/hooks/scripts/log-police.py Tue Jan 9 21:02:39 2018 (r327739)
@@ -57,6 +57,7 @@ def fix_log_message(log_message):
if line == "Changes:": continue
if line == "With hat:": continue
if line == "Sponsored by:": continue
+ if line == "Pull Request:": continue
if line == "Differential Revision:": continue
s = s + line + "\n"
s = s.rstrip() + "\n"
More information about the svn-src-svnadmin
mailing list