Tweaked the mergedevbranch script.
- Legacy-Id: 8981
This commit is contained in:
parent
bcfa4aaf1d
commit
a3a6667cd9
|
@ -206,7 +206,7 @@ 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:"
|
||||
echo "Svn update:"
|
||||
svn up
|
||||
echo "Committing the merge:"
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue