Bug 33471

Summary: webkit-patch rollout mistakenly picks up bug URLs in non-ChangeLog files
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ddkilzer, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Adam Barth
Reported 2010-01-11 08:53:53 PST
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
Eric Seidel (no email)
Comment 1 2010-04-01 23:22:34 PDT
I believe this is fixed now.
Eric Seidel (no email)
Comment 2 2010-04-02 00:21:56 PDT
*** This bug has been marked as a duplicate of bug 36477 ***
Note You need to log in before you can comment on or make changes to this bug.