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

Issue 524046: Add "diff against" support when sending try patches. (Closed)

Created:
10 years, 11 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn
CC:
chromium-reviews_googlegroups.com, yaar, dglazkov
Visibility:
Public.

Description

Add "diff against" support when sending try patches. This is mostly useful with git when diffing against arbitrary branches.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -14 lines) Patch
M scm.py View 4 chunks +7 lines, -4 lines 1 comment Download
M tests/trychange_unittest.py View 2 chunks +6 lines, -3 lines 0 comments Download
M trychange.py View 5 chunks +16 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
M-A Ruel
10 years, 11 months ago (2010-01-06 16:02:19 UTC) #1
M-A Ruel
That should restore functionality lost with r35219. Albeit the form is slightly different and --webkit ...
10 years, 11 months ago (2010-01-06 16:05:02 UTC) #2
M-A Ruel
ping
10 years, 11 months ago (2010-01-07 01:44:20 UTC) #3
bradn
LGTM http://codereview.chromium.org/524046/diff/1/2 File scm.py (right): http://codereview.chromium.org/524046/diff/1/2#newcode574 scm.py:574: if revision is not None: if not revision:
10 years, 11 months ago (2010-01-07 01:50:13 UTC) #4
M-A Ruel
On 2010/01/07 01:50:13, bradn wrote: > http://codereview.chromium.org/524046/diff/1/2#newcode574 > scm.py:574: if revision is not None: > ...
10 years, 11 months ago (2010-01-07 02:04:30 UTC) #5
M-A Ruel
On 2010/01/07 02:04:30, Marc-Antoine Ruel wrote: > On 2010/01/07 01:50:13, bradn wrote: > > http://codereview.chromium.org/524046/diff/1/2#newcode574 ...
10 years, 11 months ago (2010-01-07 02:14:15 UTC) #6
bradn
10 years, 11 months ago (2010-01-07 02:34:25 UTC) #7
yeah good point, what you had was fine.

-BradN

On Wed, Jan 6, 2010 at 6:14 PM, <maruel@chromium.org> wrote:

> On 2010/01/07 02:04:30, Marc-Antoine Ruel wrote:
>
>> On 2010/01/07 01:50:13, bradn wrote:
>> > http://codereview.chromium.org/524046/diff/1/2#newcode574
>> > scm.py:574: if revision is not None:
>> > if not revision:
>>
>
>  I wanted to support revision = 0 but I guess it's a non-sense anyway.
>>
>
> BTW you meant "if revision:"
>
>
> http://codereview.chromium.org/524046
>

Powered by Google App Engine
This is Rietveld 408576698