Skip to content

Commit c63b037

Browse files
committed
Tweaked the mergedevbranch script.
- Legacy-Id: 8977
1 parent 99e3f65 commit c63b037

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/mergedevbranch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ read -p "Continue with the commit? [Y/n] "
206206
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || ARG_COMMIT=0
207207
208208
if [ "$ARG_COMMIT" != 0 ]; then
209+
echo "Ensuring we're up-to-date:"
210+
svn up
209211
echo "Committing the merge:"
210212
echo ""
211213
svn commit -m "Merged in [$rev] from $who:

0 commit comments

Comments
 (0)