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

abarth at webkit.org abarth at webkit.org
Thu Apr 8 00:52:37 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 405e28db77625b7644e8b6dbae0ba5658eeefd26
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 31 08:35:46 2009 +0000

    2009-12-31  Adam Barth  <abarth at webkit.org>
    
            Unreviewed.
    
            [bzt] REGRESSION: Bugzila is a typo
            https://bugs.webkit.org/show_bug.cgi?id=33074
    
            Eric should test his code before landing!  :)
    
            * Scripts/modules/bugzilla.py:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52679 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 6724c98..8742432 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,16 @@
 2009-12-31  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed.
+
+        [bzt] REGRESSION: Bugzila is a typo
+        https://bugs.webkit.org/show_bug.cgi?id=33074
+
+        Eric should test his code before landing!  :)
+
+        * Scripts/modules/bugzilla.py:
+
+2009-12-31  Adam Barth  <abarth at webkit.org>
+
         Unreviewed.  Fix the unit tests!
 
         * Scripts/run-webkit-unittests:
diff --git a/WebKitTools/Scripts/modules/bugzilla.py b/WebKitTools/Scripts/modules/bugzilla.py
index b443533..e6536a6 100644
--- a/WebKitTools/Scripts/modules/bugzilla.py
+++ b/WebKitTools/Scripts/modules/bugzilla.py
@@ -84,7 +84,7 @@ class Bug(object):
 # A container for all of the logic for making a parsing buzilla queries.
 class BugzillaQueries(object):
     def __init__(self, bugzilla):
-        self.bugzila = bugzilla
+        self.bugzilla = bugzilla
 
     def _load_query(self, query):
         full_url = "%s%s" % (self.bugzilla.bug_server_url, query)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list