diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-03-15 16:52:10 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-03-15 16:52:10 +0000 |
commit | 21b3db57df5cc88ebc83a62c1b536c9898f1108b (patch) | |
tree | 8fc339bc0df7f6eab2233d659ff570a794f28a6e /Tools | |
parent | a4a856b7f3515d7627c0028dbfb74f1167f3c60e (diff) | |
download | ports-21b3db57df5cc88ebc83a62c1b536c9898f1108b.tar.gz ports-21b3db57df5cc88ebc83a62c1b536c9898f1108b.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/mfh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh index 277eafd500d2..fbd11139a15a 100755 --- a/Tools/scripts/mfh +++ b/Tools/scripts/mfh @@ -124,6 +124,8 @@ ask "Do you want to commit? (no = start a shell)" || ( 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}" |