Bug 33471
| Summary: | webkit-patch rollout mistakenly picks up bug URLs in non-ChangeLog files | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Barth <abarth> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ddkilzer, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Adam Barth
def _parse_bug_id_from_revision_diff(tool, revision):
original_diff = tool.scm().diff_for_revision(revision)
# FIXME: This is wrong because it picks up bug numbers outside of ChangeLogs
return parse_bug_id(original_diff)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I believe this is fixed now.
Eric Seidel (no email)
*** This bug has been marked as a duplicate of bug 36477 ***