mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Echo where the merge was done, so one can go and have a look.
Sponsored by: Absolight
This commit is contained in:
parent
573bad08c5
commit
ab87b34d4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420223
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ done
|
||||||
"${svn}" up --quiet "${branch}"
|
"${svn}" up --quiet "${branch}"
|
||||||
"${svn}" status "${branch}"
|
"${svn}" status "${branch}"
|
||||||
"${svn}" diff "${branch}"
|
"${svn}" diff "${branch}"
|
||||||
|
echo "All the merge work was done in ${dir}/${branch}."
|
||||||
ask "Do you want to commit? (no = start a shell)" || (
|
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."
|
echo "Dropping you to a shell so you can investigate. Exit the shell to resume this script."
|
||||||
cd "${branch}"
|
cd "${branch}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue