Tweaked the mergedevbranch script.
- Legacy-Id: 8977
This commit is contained in:
parent
99e3f6514c
commit
c63b037461
|
@ -206,6 +206,8 @@ read -p "Continue with the commit? [Y/n] "
|
|||
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || ARG_COMMIT=0
|
||||
|
||||
if [ "$ARG_COMMIT" != 0 ]; then
|
||||
echo "Ensuring we're up-to-date:"
|
||||
svn up
|
||||
echo "Committing the merge:"
|
||||
echo ""
|
||||
svn commit -m "Merged in [$rev] from $who:
|
||||
|
|
Loading…
Reference in a new issue