From 033977e70f8da874a18ccecdd4f0e51711083bf8 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 29 Dec 2017 13:20:47 +0000 Subject: [PATCH] Follow up on last commit and actually allow editing the commit message again. PR: 224634 Reported by: yuri Sponsored by: Absolight --- Tools/scripts/mfh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh index c77a7d03aa8c..bcea824a6198 100755 --- a/Tools/scripts/mfh +++ b/Tools/scripts/mfh @@ -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