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

Issue 213004: Modify git-try so that when files are added, it munges... (Closed)

Created:
11 years, 3 months ago by John Gregg
Modified:
9 years ago
Reviewers:
Visibility:
Public.

Description

Modify git-try so that when files are added, it munges --- /dev/null +++ path/to/new/file into --- src/path/to/new/file +++ src/path/to/new/file as opposed to --- path/to/new/file +++ src/path/to/new/file as it is currently doing. checked in r26452

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M git-try View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
John Gregg
I was asking on IRC about a failed try job which turned out to be ...
11 years, 3 months ago (2009-09-17 03:08:03 UTC) #1
Evan Martin
thanks for tracking it down! LGTM
11 years, 3 months ago (2009-09-17 06:27:01 UTC) #2
M-A Ruel
11 years, 3 months ago (2009-09-17 11:16:11 UTC) #3
lgtm with fix

http://codereview.chromium.org/213004/diff/1/2
File git-try (right):

http://codereview.chromium.org/213004/diff/1/2#newcode65
Line 65: def GetMungedDiff(branch):
While at it, can you make 'src' value a function parameter and make 'src' the
default function value so you don't have to fix the callers for now.

Powered by Google App Engine
This is Rietveld 408576698