Closed
Bug 1032531
Opened 9 years ago
Closed 9 years ago
Change the webidl hook to allow commits authored by a DOM reviewer
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
4.25 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Because the point is for one of them to have looked at the code, and if they wrote it, they looked at it. Relevant mail list, afaict: jst@mozilla.com peterv@propagandism.org bzbarsky@mit.edu jonas@sicking.cc Olli.Pettay@helsinki.fi bent.mozilla@gmail.com mounir@lamouri.fr khuey@kylehuey.com justin.lebar@gmail.com hsivonen@hsivonen.fi mrbkap@gmail.com
Flags: needinfo?(ehsan)
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → ehsan
Status: NEW → ASSIGNED
Attachment #8449841 -
Flags: review?(ted)
Flags: needinfo?(ehsan)
Comment 2•9 years ago
|
||
Comment on attachment 8449841 [details] [diff] [review] Patch (v1) Review of attachment 8449841 [details] [diff] [review]: ----------------------------------------------------------------- You might want to note in the comment in the file that the intent is that a DOM peer has looked at the changes. ::: mozhghooks/prevent_webidl_changes.py @@ +58,5 @@ > + 'khuey@kylehuey.com', # Kyle Huey > + 'justin.lebar@gmail.com', # Justin Lebar > + 'hsivonen@hsivonen.fi', # Henri Sivonen > + 'mrbkap@gmail.com', # Blake Kaplan > + ] Seems silly to have two separate lists, but whatever floats your boat. @@ +78,5 @@ > for file in c.files(): > # Only Check WebIDL Files > if file.endswith('.webidl'): > message = c.description().lower() > + user = c.user().lower() You can do: from mercurial import util email = util.email(c.user())
Attachment #8449841 -
Flags: review?(ted) → review+
Assignee | ||
Comment 3•9 years ago
|
||
http://hg.mozilla.org/hgcustom/hghooks/rev/a7ff9c6c9e69
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Release Engineering → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•