svn commit: r411190 - head/Tools/scripts

Olli Hauer ohauer at FreeBSD.org
Tue Mar 15 16:52:12 UTC 2016


Author: ohauer
Date: Tue Mar 15 16:52:10 2016
New Revision: 411190
URL: https://svnweb.freebsd.org/changeset/ports/411190

Log:
  - add Approved by: line

Modified:
  head/Tools/scripts/mfh

Modified: head/Tools/scripts/mfh
==============================================================================
--- head/Tools/scripts/mfh	Tue Mar 15 16:49:35 2016	(r411189)
+++ head/Tools/scripts/mfh	Tue Mar 15 16:52:10 2016	(r411190)
@@ -124,6 +124,8 @@ ask "Do you want to commit? (no = start 
     su -m $(id -un) || :
     ask "Do you want to commit now? (no = clean up and abort)" || clean
 )
+echo >> commit.txt
+echo "Approved by:	" >> commit.txt
 ${EDITOR:-vi} commit.txt
 "${svn}" ci -F commit.txt "${branch}"
 rm -rf "${dir}"


More information about the svn-ports-all mailing list