Tools/ChangeLog

112011-07-07 Adam Roben <aroben@apple.com>
22
 3 Keep testing that commit messages containing Unicode are handled properly by webkitpy
 4
 5 Fixes <http://webkit.org/b/64109> REGRESSION (r90571): test-webkitpy no longer tests that we
 6 correctly handle Unicode in commit messages
 7
 8 Reviewed by NOBODY (OOPS!).
 9
 10 * Scripts/webkitpy/common/checkout/checkout_unittest.py: Put some Unicode characters in
 11 places in the ChangeLog that will end up being included in the commit message.
 12
 132011-07-07 Adam Roben <aroben@apple.com>
 14
315 Completely ignore too-many-failures builds in TestFailures in most circumstances
416
517 Because a semi-arbitrary subset of tests are run in a too-many-failures build, we can't

Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py

@@_changelog2 = u"""2010-03-25 Tor Arne Vestb\u00f8 <vestbo@webkit.org>
7070
7171 Unreviewed build fix to un-break webkit-patch land.
7272
73  Second part of this complicated change.
 73 Second part of this complicated change by me, Tor Arne Vestb\u00f8!
7474
7575 * Path/To/Complicated/File: Added.
7676

@@https://bugs.webkit.org/show_bug.cgi?id=36629
9393
9494LayoutTests:
9595
96 Second part of this complicated change.
 96Second part of this complicated change by me, Tor Arne Vestb\u00f8!
9797
9898* Path/To/Complicated/File: Added.
9999"""