Tweaked bin/mergedevbranch
- Legacy-Id: 9622
This commit is contained in:
parent
8a32ffbc05
commit
0d572316f9
|
@ -207,7 +207,7 @@ read -p "Continue with the commit? [Y/n] "
|
|||
|
||||
if [ "$ARG_COMMIT" != 0 ]; then
|
||||
echo "Svn update:"
|
||||
svn up
|
||||
svn update -q
|
||||
echo "Committing the merge:"
|
||||
echo ""
|
||||
svn commit -m "Merged in [$rev] from $who:
|
||||
|
|
Loading…
Reference in a new issue