diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-03-16 00:52:10 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-03-16 00:52:10 +0800 |
commit | ffda81ee42a4ac51913a80def7a99e0022d8b36a (patch) | |
tree | 8fc339bc0df7f6eab2233d659ff570a794f28a6e /Tools | |
parent | c3f0a3fb558f17f151e49eb640a13ac8d1fa9e9b (diff) | |
download | freebsd-ports-gnome-ffda81ee42a4ac51913a80def7a99e0022d8b36a.tar.gz freebsd-ports-gnome-ffda81ee42a4ac51913a80def7a99e0022d8b36a.tar.zst freebsd-ports-gnome-ffda81ee42a4ac51913a80def7a99e0022d8b36a.zip |
- add Approved by: line
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}" |