Changeset 70547 in webkit


Ignore:
Timestamp:
Oct 26, 2010 11:36:33 AM (14 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Eric Seidel.

webkit-patch rollout produces incorrect patch when using svn move
https://bugs.webkit.org/show_bug.cgi?id=48244

We need to flush our caches when we modify the working copy.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r70541 r70547  
     12010-10-26  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        webkit-patch rollout produces incorrect patch when using svn move
     6        https://bugs.webkit.org/show_bug.cgi?id=48244
     7
     8        We need to flush our caches when we modify the working copy.
     9
     10        * Scripts/webkitpy/tool/steps/revertrevision.py:
     11
    1122010-10-26  Eric Seidel  <eric@webkit.org>
    213
  • trunk/WebKitTools/Scripts/webkitpy/tool/steps/revertrevision.py

    r56601 r70547  
    3333    def run(self, state):
    3434        self._tool.checkout().apply_reverse_diff(state["revision"])
     35        self.did_modify_checkout(state)
Note: See TracChangeset for help on using the changeset viewer.