RESOLVED DUPLICATE of bug 3647733471
webkit-patch rollout mistakenly picks up bug URLs in non-ChangeLog files
https://bugs.webkit.org/show_bug.cgi?id=33471
Summary webkit-patch rollout mistakenly picks up bug URLs in non-ChangeLog files
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.