Changeset 58291 in webkit


Ignore:
Timestamp:
Apr 26, 2010 10:56:32 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-04-26 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

webkit-patch pretty-diff is broken
https://bugs.webkit.org/show_bug.cgi?id=38172

We need to register for these options because they're used when we look
up the diff.

  • Scripts/webkitpy/tool/steps/confirmdiff.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r58289 r58291  
     12010-04-26  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        webkit-patch pretty-diff is broken
     6        https://bugs.webkit.org/show_bug.cgi?id=38172
     7
     8        We need to register for these options because they're used when we look
     9        up the diff.
     10
     11        * Scripts/webkitpy/tool/steps/confirmdiff.py:
     12
    1132010-04-26  Adam Barth  <abarth@webkit.org>
    214
  • trunk/WebKitTools/Scripts/webkitpy/tool/steps/confirmdiff.py

    r57587 r58291  
    4444        return [
    4545            Options.confirm,
     46            Options.git_commit,
     47            Options.no_squash,
    4648        ]
    4749
Note: See TracChangeset for help on using the changeset viewer.