Bug 95241
Summary: | Close bugs when cowboy landing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philip Rogers <pdr> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, dpranke, jchaffraix |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philip Rogers
Small feature request: if there's a bug in the ChangeLog we could close it when cowboy landing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ojan Vafai
Makes sense to me. Should be easy to do.
Adam Barth
@pdr: Compare:
LandCowboy
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/tool/commands/download.py#L114
Land
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/tool/commands/download.py#L87
Notice that both execute the step CloseBugForLandDiff. The difference is that Land's _prepare_state function grabs the bug_id_for_this_commit and store it in bug_id and LandCowboy's _prepare_state does not.
Note: Unlike most of this code, there are no tests for LandCowboy because cowboys don't write tests. :)