push-to-trunk.sh: Don't send Chromium CLs to the commit queue immediately
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 23 Mar 2012 10:22:45 +0000 (10:22 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 23 Mar 2012 10:22:45 +0000 (10:22 +0000)
Review URL: https://chromiumcodereview.appspot.com/9835047

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11115 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/push-to-trunk.sh

index 42d4e4b..3fb5b34 100755 (executable)
@@ -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