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

Issue 212034: I made git-try also find diffs in one extra gip sub-repository... (Closed)

Created:
11 years, 3 months ago by yaar
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, M-A Ruel
CC:
chromium-reviews_googlegroups.com, M-A Ruel
Visibility:
Public.

Description

I made git-try also find diffs in one extra gip sub-repository and append them to the patch sent to the try bots. This is very useful for chromium+webkit tries. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26817

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Total comments: 13

Patch Set 3 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -23 lines) Patch
M git-try View 1 2 5 chunks +105 lines, -23 lines 3 comments Download

Messages

Total messages: 8 (0 generated)
yaar
Evan, thanks for reviewing this.
11 years, 3 months ago (2009-09-21 18:04:00 UTC) #1
Evan Martin
I think M-A needs to comment on the prefix stuff http://codereview.chromium.org/212034/diff/1/2 File git-try (right): http://codereview.chromium.org/212034/diff/1/2#newcode66 ...
11 years, 3 months ago (2009-09-21 18:08:05 UTC) #2
M-A Ruel
http://codereview.chromium.org/212034/diff/1/2 File git-try (right): http://codereview.chromium.org/212034/diff/1/2#newcode75 Line 75: difftree_args = ['git', 'diff-tree', '-p'] nit: We usually ...
11 years, 3 months ago (2009-09-21 18:37:37 UTC) #3
yaar
Incorporated your feedback. Also added --dry_run option, which if found useful for debugging and I ...
11 years, 3 months ago (2009-09-21 20:31:39 UTC) #4
M-A Ruel
http://codereview.chromium.org/212034/diff/5001/2003 File git-try (right): http://codereview.chromium.org/212034/diff/5001/2003#newcode65 Line 65: def GetMungedDiff(branch, prefix='src/', sub_rep_path=None): No default parameter since ...
11 years, 3 months ago (2009-09-21 20:46:53 UTC) #5
Evan Martin
http://codereview.chromium.org/212034/diff/5001/2003 File git-try (right): http://codereview.chromium.org/212034/diff/5001/2003#newcode67 Line 67: If sub_rep_path is provided, the path is also ...
11 years, 3 months ago (2009-09-21 20:47:56 UTC) #6
yaar
Again, thanks for the feedback. Its all incorporated inside. 1. I discovered that patch names ...
11 years, 3 months ago (2009-09-22 00:54:31 UTC) #7
M-A Ruel
11 years, 3 months ago (2009-09-22 01:26:23 UTC) #8
lgtm

http://codereview.chromium.org/212034/diff/1002/4
File git-try (right):

http://codereview.chromium.org/212034/diff/1002/4#newcode20
Line 20: return subprocess.Popen(cmd, cwd=cwd,
stdout=subprocess.PIPE).communicate()[0].strip()
80 cols

http://codereview.chromium.org/212034/diff/1002/4#newcode114
Line 114: for i in range(len(diff)):
for line in diff:

http://codereview.chromium.org/212034/diff/1002/4#newcode202
Line 202: if options.sub_rep:
The condition is unnecessary.

Powered by Google App Engine
This is Rietveld 408576698