Bug 63815 - REGRESSION (r90229): webkit-patch rollout and sheriffbot rollout are broken
Summary: REGRESSION (r90229): webkit-patch rollout and sheriffbot rollout are broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 09:36 PDT by Adam Roben (:aroben)
Modified: 2011-07-01 12:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.84 KB, patch)
2011-07-01 09:40 PDT, Adam Roben (:aroben)
dbates: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-07-01 09:36:59 PDT
REGRESSION (r90229): webkit-patch rollout and sheriffbot rollout are broken
Comment 1 Adam Roben (:aroben) 2011-07-01 09:40:01 PDT
Created attachment 99483 [details]
Patch
Comment 2 Daniel Bates 2011-07-01 09:50:49 PDT
Comment on attachment 99483 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=99483&action=review

> Tools/Scripts/webkitpy/common/checkout/changelog.py:181
>      def update_with_unreviewed_message(self, message):

Should we rename this method?
Comment 3 Adam Roben (:aroben) 2011-07-01 09:53:09 PDT
Comment on attachment 99483 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=99483&action=review

>> Tools/Scripts/webkitpy/common/checkout/changelog.py:181
>>      def update_with_unreviewed_message(self, message):
> 
> Should we rename this method?

The name isn't that great, but it's no worse than it was before. We could probably come up with a better one.
Comment 4 Adam Roben (:aroben) 2011-07-01 09:55:02 PDT
Committed r90239: <http://trac.webkit.org/changeset/90239>
Comment 5 Eric Seidel (no email) 2011-07-01 11:23:01 PDT
Did you check for any other code in ChagneLogs.py which might need updating?
Comment 6 Adam Roben (:aroben) 2011-07-01 12:02:24 PDT
(In reply to comment #5)
> Did you check for any other code in ChagneLogs.py which might need updating?

I just checked now and I don't think there's anything else that needs to be changed.