[Webkit-unassigned] [Bug 120131] webkitbot failed to make a changelog for a revert in https://bugs.webkit.org/show_bug.cgi?id=120129
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 21 13:03:28 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120131
Tim Horton <thorton at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit-unassigned at lists.web |thorton at apple.com
|kit.org |
--- Comment #1 from Tim Horton <thorton at apple.com> 2013-08-21 13:02:57 PST ---
update_with_unreviewed_message looks for a line that no longer exists:
def update_with_unreviewed_message(self, message):
first_boilerplate_line_regexp = re.compile(
"%sNeed a short description \(OOPS!\)\." % self._changelog_indent)
Dino's change makes it look like this:
<Need the bug URL (OOPS!)> Need a short description (OOPS!)
Which doesn't match anymore. I'll fix this.
--
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