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

Issue 8715007: Improve git-cl, add unit test! (Closed)

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

Description

Fix case where TBR=foo would remove the -r flag in git-cl Add unit test! R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112220

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixes #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -25 lines) Patch
M git_cl.py View 1 8 chunks +24 lines, -25 lines 2 comments Download
A tests/git_cl_test.py View 1 1 chunk +182 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
M-A Ruel
9 years ago (2011-11-28 15:57:32 UTC) #1
Dirk Pranke
http://codereview.chromium.org/8715007/diff/1/git_cl.py File git_cl.py (right): http://codereview.chromium.org/8715007/diff/1/git_cl.py#newcode646 git_cl.py:646: initial_text += '\nR=' + self.reviewers If TBR is in ...
9 years ago (2011-11-28 22:27:56 UTC) #2
M-A Ruel
ptal http://codereview.chromium.org/8715007/diff/1/git_cl.py File git_cl.py (right): http://codereview.chromium.org/8715007/diff/1/git_cl.py#newcode646 git_cl.py:646: initial_text += '\nR=' + self.reviewers On 2011/11/28 22:27:56, ...
9 years ago (2011-11-29 15:13:44 UTC) #3
Dirk Pranke
lgtm. http://codereview.chromium.org/8715007/diff/4001/git_cl.py File git_cl.py (right): http://codereview.chromium.org/8715007/diff/4001/git_cl.py#newcode671 git_cl.py:671: regexp = re.compile(r'^\s*(TBR|R)=(.+)$', re.MULTILINE) Nit: I'm not sure ...
9 years ago (2011-11-29 23:51:56 UTC) #4
M-A Ruel
http://codereview.chromium.org/8715007/diff/4001/git_cl.py File git_cl.py (right): http://codereview.chromium.org/8715007/diff/4001/git_cl.py#newcode671 git_cl.py:671: regexp = re.compile(r'^\s*(TBR|R)=(.+)$', re.MULTILINE) On 2011/11/29 23:51:57, Dirk Pranke ...
9 years ago (2011-11-30 14:14:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/8715007/4001
9 years ago (2011-11-30 14:14:31 UTC) #6
commit-bot: I haz the power
9 years ago (2011-11-30 14:20:40 UTC) #7
Change committed as 112220

Powered by Google App Engine
This is Rietveld 408576698