Skip to content

Commit a3a6667

Browse files
committed
Tweaked the mergedevbranch script.
- Legacy-Id: 8981
1 parent bcfa4aa commit a3a6667

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
@@ -206,7 +206,7 @@ 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:"
209+
echo "Svn update:"
210210
svn up
211211
echo "Committing the merge:"
212212
echo ""

0 commit comments

Comments
 (0)