Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: tools/push-to-trunk.sh

Issue 9835047: push-to-trunk.sh: Don't send Chromium CLs to the commit queue immediately (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698