[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:56:04 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 8243073d3f9bd87db2d299e2da2d3d31ea5b5cc9
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 6 22:25:27 2010 +0000

    2010-01-06  Eric Seidel  <eric at webkit.org>
    
            Unreviewed "build" fix.  Just adding missing include.
    
            bugzilla-tool rollout --complete-rollout should make a nicer bug comment
            https://bugs.webkit.org/show_bug.cgi?id=29212
    
            * Scripts/webkitpy/steps/completerollout.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52873 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 1bce659..4e786e9 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,14 @@
 2010-01-06  Eric Seidel  <eric at webkit.org>
 
+        Unreviewed "build" fix.  Just adding missing include.
+
+        bugzilla-tool rollout --complete-rollout should make a nicer bug comment
+        https://bugs.webkit.org/show_bug.cgi?id=29212
+
+        * Scripts/webkitpy/steps/completerollout.py:
+
+2010-01-06  Eric Seidel  <eric at webkit.org>
+
         Reviewed by Adam Barth.
 
         bugzilla-tool rollout --complete-rollout should make a nicer bug comment
diff --git a/WebKitTools/Scripts/webkitpy/steps/completerollout.py b/WebKitTools/Scripts/webkitpy/steps/completerollout.py
index 311b9a8..1dc52de 100644
--- a/WebKitTools/Scripts/webkitpy/steps/completerollout.py
+++ b/WebKitTools/Scripts/webkitpy/steps/completerollout.py
@@ -26,6 +26,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+from webkitpy.comments import bug_comment_from_commit_text
 from webkitpy.steps.build import Build
 from webkitpy.steps.commit import Commit
 from webkitpy.steps.metastep import MetaStep

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list