[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 14:58:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ddace5064dd36450e2f3748e916270421affbaee
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 26 18:36:33 2010 +0000

    2010-10-26  Adam Barth  <abarth at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70547 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 32494ef..c97ed19 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-26  Adam Barth  <abarth at 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:
+
 2010-10-26  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/Scripts/webkitpy/tool/steps/revertrevision.py b/WebKitTools/Scripts/webkitpy/tool/steps/revertrevision.py
index 81b6bcb..bbb794c 100644
--- a/WebKitTools/Scripts/webkitpy/tool/steps/revertrevision.py
+++ b/WebKitTools/Scripts/webkitpy/tool/steps/revertrevision.py
@@ -32,3 +32,4 @@ from webkitpy.tool.steps.abstractstep import AbstractStep
 class RevertRevision(AbstractStep):
     def run(self, state):
         self._tool.checkout().apply_reverse_diff(state["revision"])
+        self.did_modify_checkout(state)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list