[Webkit-unassigned] [Bug 67935] webkit-patch should add reviewer if "Reviewed by NOBODY (OOPS!)." is missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 10:50:20 PDT 2012


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





--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org>  2012-06-14 10:50:19 PST ---
(From update of attachment 147564)
View in context: https://bugs.webkit.org/attachment.cgi?id=147564&action=review

> Tools/Scripts/webkitpy/common/checkout/changelog.py:365
> +                if found_bug_url and latest_entry:
> +                    print "\n        Reviewed by " + reviewer.encode("utf-8") + "."
> +                    latest_entry = False

People sometimes list multiple bug URLs so you'll probably need to account for that.
To detect the second entry, you can use date_line_regexp instead.

-- 
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