Skip to content

Commit 0d57231

Browse files
committed
Tweaked bin/mergedevbranch
- Legacy-Id: 9622
1 parent 8a32ffb commit 0d57231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mergedevbranch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ read -p "Continue with the commit? [Y/n] "
207207
208208
if [ "$ARG_COMMIT" != 0 ]; then
209209
echo "Svn update:"
210-
svn up
210+
svn update -q
211211
echo "Committing the merge:"
212212
echo ""
213213
svn commit -m "Merged in [$rev] from $who:

0 commit comments

Comments
 (0)