Summary: | REGRESSION (r154022): webkitbot failed to make a changelog for a revert in https://bugs.webkit.org/show_bug.cgi?id=120129 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> |
Component: | Tools / Tests | Assignee: | Tim Horton <thorton> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ap, commit-queue, dino, rniwa, simon.fraser, thorton |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Tim Horton
2013-08-21 12:52:22 PDT
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. Actually, I'm going to roll out the original patch. I don't like the new format enough to spend the time to fix this, the original author can do it if they want :) https://bugs.webkit.org/show_bug.cgi?id=119766 is the bug that changed this, btw. *** Bug 119894 has been marked as a duplicate of this bug. *** |