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

Issue 7084037: Add commit_queue.py tool to toggle the bit of the commit queue from command line (Closed)

Created:
9 years, 6 months ago by M-A Ruel
Modified:
9 years, 6 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Add commit_queue.py tool to toggle the bit of the commit queue from command line Add "git cl set_commit" command to set the flag more easily. Add --commit to "git cl upload" to streamline workflow even more. Continue conversion to Rietveld object. R=dpranke@chromium.org BUG= TEST=

Patch Set 1 #

Total comments: 2

Patch Set 2 : address review comments #

Patch Set 3 : prefer --use-commit-queue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -21 lines) Patch
A commit_queue.py View 1 1 chunk +187 lines, -0 lines 0 comments Download
M git_cl.py View 1 2 7 chunks +41 lines, -21 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
M-A Ruel
9 years, 6 months ago (2011-05-30 18:44:55 UTC) #1
Dirk Pranke
9 years, 6 months ago (2011-05-30 20:06:37 UTC) #2
LGTM with the comments below.

http://codereview.chromium.org/7084037/diff/1/commit_queue.py
File commit_queue.py (right):

http://codereview.chromium.org/7084037/diff/1/commit_queue.py#newcode95
commit_queue.py:95: """Resets the commit bit."""
I might find 'clear' or 'unset' a little easier to remember than 'reset' (I get
confused as to whether reset == "clear" or "return to the default").

http://codereview.chromium.org/7084037/diff/1/git_cl.py
File git_cl.py (right):

http://codereview.chromium.org/7084037/diff/1/git_cl.py#newcode918
git_cl.py:918: help='tell the commit queue to commit this patchset')
maybe --use_commit_queue instead? I would tend to think that --commit should
commit the issue immediately (which of course wouldn't make sense with --upload,
but still ...)

Powered by Google App Engine
This is Rietveld 408576698