Changeset 52723 in webkit


Ignore:
Timestamp:
Jan 4, 2010 2:24:30 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-04 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Add missing unit test for CommitMessageForCurrentDiff
https://bugs.webkit.org/show_bug.cgi?id=33141

  • Scripts/webkitpy/commands/upload.py:
  • Scripts/webkitpy/commands/upload_unittest.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r52720 r52723  
    2121        * Scripts/webkitpy/commands/queues.py:
    2222        * Scripts/webkitpy/commands/queuestest.py:
     23
     242010-01-04  Eric Seidel  <eric@webkit.org>
     25
     26        Reviewed by Adam Barth.
     27
     28        bugzilla-tool should not require users to install mechanize
     29        https://bugs.webkit.org/show_bug.cgi?id=32635
     30
     31        * Scripts/webkitpy/__init__.py: Add missing declaration for ClientForm (which mechanize requires).
    2332
    24332010-01-04  Eric Seidel  <eric@webkit.org>
  • trunk/WebKitTools/Scripts/webkitpy/__init__.py

    r52718 r52723  
    44
    55# List our third-party library dependencies here and where they can be downloaded.
     6autoinstall.bind("ClientForm", "http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip", "ClientForm-0.2.10")
    67autoinstall.bind("mechanize", "http://pypi.python.org/packages/source/m/mechanize/mechanize-0.1.11.zip", "mechanize-0.1.11")
Note: See TracChangeset for help on using the changeset viewer.