Changeset 52679 in webkit


Ignore:
Timestamp:
Dec 31, 2009 12:35:46 AM (14 years ago)
Author:
abarth@webkit.org
Message:

2009-12-31 Adam Barth <abarth@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:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r52678 r52679  
     12009-12-31  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed.
     4
     5        [bzt] REGRESSION: Bugzila is a typo
     6        https://bugs.webkit.org/show_bug.cgi?id=33074
     7
     8        Eric should test his code before landing!  :)
     9
     10        * Scripts/modules/bugzilla.py:
     11
    1122009-12-31  Adam Barth  <abarth@webkit.org>
    213
  • trunk/WebKitTools/Scripts/modules/bugzilla.py

    r52667 r52679  
    8585class BugzillaQueries(object):
    8686    def __init__(self, bugzilla):
    87         self.bugzila = bugzilla
     87        self.bugzilla = bugzilla
    8888
    8989    def _load_query(self, query):
Note: See TracChangeset for help on using the changeset viewer.