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

Issue 460038: Add watchlist hook for git. (Closed)

Created:
11 years ago by John Grabowski
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, M-A Ruel
Visibility:
Public.

Description

Add watchlist hook for git.

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M git_cl_hooks.py View 3 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
John Grabowski
Final diff with data name negotiated with Evan. Original CL for this was http://codereview.chromium.org/463010
11 years ago (2009-12-03 02:44:39 UTC) #1
Paweł Hajdan Jr.
LGTM
11 years ago (2009-12-03 07:36:09 UTC) #2
chase
LGTM. What's the thinking on 'rietveld.extra_cc'? Use it like a scratchpad? (Since it'll be overwritten ...
11 years ago (2009-12-03 19:56:58 UTC) #3
Evan Martin
LGTM
11 years ago (2009-12-03 20:01:29 UTC) #4
John Grabowski
11 years ago (2009-12-03 20:21:22 UTC) #5
The ideas behind the name are
- not specific to watchlists; is more generic
- does not klobber rietveld.cc which is only set at 'git config'
- does not need to be associated with a branch name
- (yes, like a scratchpad.  Not read other than right after it is written)


jrg

On Thu, Dec 3, 2009 at 11:56 AM, <chase@chromium.org> wrote:

> LGTM.  What's the thinking on 'rietveld.extra_cc'?  Use it like a
> scratchpad?
> (Since it'll be overwritten with each git-cl upload on any branch where the
> Chromium hooks are used..)
>
>
>       patchset = None
>> -    self.change = presubmit_support.GitChange(name, description, absroot,
>>
> files,
>
>> -                                              issue, patchset)
>> +    self.change = presubmit_support.GitChange(name, description, absroot,
>> +                                              files, issue, patchset)
>>
>
> nit: unnecessary?
>
>
> http://codereview.chromium.org/460038
>

Powered by Google App Engine
This is Rietveld 408576698