[Webkit-unassigned] [Bug 33471] New: webkit-patch rollout mistakenly picks up bug URLs in non-ChangeLog files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 08:53:54 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33471

           Summary: webkit-patch rollout mistakenly picks up bug URLs in
                    non-ChangeLog files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: eric at webkit.org, ddkilzer at webkit.org


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)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list