diff options
author | mat <mat@FreeBSD.org> | 2016-08-15 18:01:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-15 18:01:58 +0800 |
commit | 093be8f62bbf28911bb52fa6f05c3a020de32ca1 (patch) | |
tree | 71db9e9b9cbda8ffda6c9a765d4ac9ab97b5e86f /Tools | |
parent | eb2f31205b243977fca7fe852516e27e560831d8 (diff) | |
download | freebsd-ports-gnome-093be8f62bbf28911bb52fa6f05c3a020de32ca1.tar.gz freebsd-ports-gnome-093be8f62bbf28911bb52fa6f05c3a020de32ca1.tar.zst freebsd-ports-gnome-093be8f62bbf28911bb52fa6f05c3a020de32ca1.zip |
Echo where the merge was done, so one can go and have a look.
Sponsored by: Absolight
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/mfh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh index fbd11139a15a..a8b4cc323beb 100755 --- a/Tools/scripts/mfh +++ b/Tools/scripts/mfh @@ -117,6 +117,7 @@ done "${svn}" up --quiet "${branch}" "${svn}" status "${branch}" "${svn}" diff "${branch}" +echo "All the merge work was done in ${dir}/${branch}." ask "Do you want to commit? (no = start a shell)" || ( echo "Dropping you to a shell so you can investigate. Exit the shell to resume this script." cd "${branch}" |