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

Issue 23072039: Fix R= line rewriter to handle TBRs well. (Closed)

Created:
7 years, 4 months ago by agable
Modified:
7 years, 3 months ago
Reviewers:
Nico, M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Refactoring + tests #

Total comments: 18

Patch Set 3 : More comments. #

Total comments: 11

Patch Set 4 : Comments. #

Total comments: 18

Patch Set 5 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -49 lines) Patch
M git_cl.py View 1 2 3 4 1 chunk +76 lines, -48 lines 0 comments Download
M tests/git_cl_test.py View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
agable
PTAL. I think this solution is reasonable. There are three sources of input: the reviewers ...
7 years, 4 months ago (2013-08-23 11:54:25 UTC) #1
M-A Ruel
https://codereview.chromium.org/23072039/diff/1/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23072039/diff/1/git_cl.py#newcode887 git_cl.py:887: new_r_line = 'R=' + ', '.join(reviewers) I'd also skip ...
7 years, 4 months ago (2013-08-23 15:22:52 UTC) #2
agable
PTAL. I actually ended up making some slightly more significant changes (revolving around storing _description ...
7 years, 4 months ago (2013-08-23 18:43:00 UTC) #3
M-A Ruel
https://codereview.chromium.org/23072039/diff/7001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23072039/diff/7001/git_cl.py#newcode855 git_cl.py:855: self._description = (description or '').strip().splitlines() Rename the variable to ...
7 years, 4 months ago (2013-08-23 18:53:39 UTC) #4
agable
https://codereview.chromium.org/23072039/diff/7001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23072039/diff/7001/git_cl.py#newcode855 git_cl.py:855: self._description = (description or '').strip().splitlines() On 2013/08/23 18:53:39, M-A ...
7 years, 3 months ago (2013-08-26 17:16:45 UTC) #5
agable
On 2013/08/26 17:16:45, Aaron Gable wrote: > https://codereview.chromium.org/23072039/diff/7001/git_cl.py > File git_cl.py (right): > > https://codereview.chromium.org/23072039/diff/7001/git_cl.py#newcode855 ...
7 years, 3 months ago (2013-08-30 11:53:25 UTC) #6
M-A Ruel
https://codereview.chromium.org/23072039/diff/12001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23072039/diff/12001/git_cl.py#newcode862 git_cl.py:862: def description(self, desc): # pylint: disable=E0202 I must say ...
7 years, 3 months ago (2013-08-30 15:52:36 UTC) #7
agable
PTAL https://codereview.chromium.org/23072039/diff/12001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23072039/diff/12001/git_cl.py#newcode862 git_cl.py:862: def description(self, desc): # pylint: disable=E0202 On 2013/08/30 ...
7 years, 3 months ago (2013-09-11 21:08:04 UTC) #8
M-A Ruel
mostly nits https://codereview.chromium.org/23072039/diff/19001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23072039/diff/19001/git_cl.py#newcode851 git_cl.py:851: R_LINE = r'^[ \t]*(TBR|R)[ \t]*=[ \t]*(.*?)[ \t]*$' ...
7 years, 3 months ago (2013-09-12 00:25:44 UTC) #9
agable
https://codereview.chromium.org/23072039/diff/19001/git_cl.py File git_cl.py (right): https://codereview.chromium.org/23072039/diff/19001/git_cl.py#newcode851 git_cl.py:851: R_LINE = r'^[ \t]*(TBR|R)[ \t]*=[ \t]*(.*?)[ \t]*$' On 2013/09/12 ...
7 years, 3 months ago (2013-09-12 17:20:02 UTC) #10
M-A Ruel
lgtm
7 years, 3 months ago (2013-09-12 17:27:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agable@chromium.org/23072039/24001
7 years, 3 months ago (2013-09-12 17:33:10 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-09-12 17:34:51 UTC) #13
Message was sent while issue was closed.
Change committed as 222801

Powered by Google App Engine
This is Rietveld 408576698