svn commit: r457506 - head/Tools/scripts

Mathieu Arnold mat at FreeBSD.org
Fri Dec 29 13:20:48 UTC 2017


Author: mat
Date: Fri Dec 29 13:20:47 2017
New Revision: 457506
URL: https://svnweb.freebsd.org/changeset/ports/457506

Log:
  Follow up on last commit and actually allow editing
  the commit message again.
  
  PR:		224634
  Reported by:	yuri
  Sponsored by:	Absolight

Modified:
  head/Tools/scripts/mfh

Modified: head/Tools/scripts/mfh
==============================================================================
--- head/Tools/scripts/mfh	Fri Dec 29 11:44:04 2017	(r457505)
+++ head/Tools/scripts/mfh	Fri Dec 29 13:20:47 2017	(r457506)
@@ -154,6 +154,7 @@ while ! "${svn}" ci -F commit.txt "${branch}"; do
 		echo "Saving commit log to ${save_log}"
 		break
 	fi
+	${EDITOR:-vi} commit.txt
 done
 rm -rf "${dir}"
 trap - 0


More information about the svn-ports-head mailing list