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

abarth at webkit.org abarth at webkit.org
Wed Apr 7 23:51:37 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 5f5c64428fcedc2923098343ae41d91b8053b7ec
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 20 14:45:35 2009 +0000

    2009-11-20  Adam Barth  <abarth at webkit.org>
    
            Unreviewed "build" fix.  Added missing import.
    
            * Scripts/bugzilla-tool:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 34c4d43..371b8ac 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2009-11-20  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed "build" fix.  Added missing import.
+
+        * Scripts/bugzilla-tool:
+
+2009-11-20  Adam Barth  <abarth at webkit.org>
+
         Unreviewed "build" fix.  I failed to update LandingSequence.test
         properly.
 
diff --git a/WebKitTools/Scripts/bugzilla-tool b/WebKitTools/Scripts/bugzilla-tool
index ce6c1f6..335c15a 100755
--- a/WebKitTools/Scripts/bugzilla-tool
+++ b/WebKitTools/Scripts/bugzilla-tool
@@ -41,6 +41,7 @@ from datetime import datetime, timedelta
 from optparse import make_option
 
 # Import WebKit-specific modules.
+from modules.comments import bug_comment_from_commit_text
 from modules.bugzilla import Bugzilla, parse_bug_id
 from modules.buildbot import BuildBot
 from modules.changelogs import ChangeLog

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list