| Index: tools/push-to-trunk.sh
|
| diff --git a/tools/push-to-trunk.sh b/tools/push-to-trunk.sh
|
| index 42d4e4bf621699d770d64b7650c3ba27217c6d3a..3fb5b34ed3f30fd5361986290f8345313066365b 100755
|
| --- a/tools/push-to-trunk.sh
|
| +++ b/tools/push-to-trunk.sh
|
| @@ -359,9 +359,9 @@ current directory is: $(pwd)."
|
| git commit -am "Update V8 to version $MAJOR.$MINOR.$BUILD.
|
|
|
| TBR=$REVIEWER" || die "'git commit' failed."
|
| - git cl upload --send-mail --use-commit-queue \
|
| + git cl upload --send-mail \
|
| || die "'git cl upload' failed, please try again."
|
| - echo "CL uploaded and sent to commit queue."
|
| + echo "CL uploaded."
|
| fi
|
|
|
| let CURRENT_STEP+=1
|
|
|