svn commit: r348714 - svnadmin/hooks/scripts
Bryan Drewery
bdrewery at FreeBSD.org
Thu Mar 20 18:37:43 UTC 2014
Author: bdrewery
Date: Thu Mar 20 18:37:42 2014
New Revision: 348714
URL: http://svnweb.freebsd.org/changeset/ports/348714
QAT: https://qat.redports.org/buildarchive/r348714/
Log:
Support Relnotes: for svn template
With hat: portmgr
Modified:
svnadmin/hooks/scripts/log-police.py
Modified: svnadmin/hooks/scripts/log-police.py
==============================================================================
--- svnadmin/hooks/scripts/log-police.py Thu Mar 20 18:15:36 2014 (r348713)
+++ svnadmin/hooks/scripts/log-police.py Thu Mar 20 18:37:42 2014 (r348714)
@@ -52,6 +52,7 @@ def fix_log_message(log_message):
if line == "MFC after:": continue
if line == "Security:": continue
if line == "Sponsored by:": continue
+ if line == "Relnotes:": continue
s = s + line + "\n"
s = s.rstrip() + "\n"
return s
More information about the svn-ports-all
mailing list