[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
abarth at webkit.org
abarth at webkit.org
Wed Jan 6 00:14:23 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit b2003216d44a47c9f22c3980c128978ad1f821dd
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