Echo where the merge was done, so one can go and have a look.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-08-15 10:01:58 +00:00
parent 573bad08c5
commit ab87b34d4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420223

View file

@ -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}"