Changeset 56491 in webkit


Ignore:
Timestamp:
Mar 24, 2010 10:51:38 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-03-24 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Rename webkitpy.patch to webkitpy.tool
https://bugs.webkit.org/show_bug.cgi?id=36580

This is in preparation for the great webkitpy naming cleanup.

  • Scripts/webkit-patch:
  • Scripts/webkitpy/patch: Removed.
  • Scripts/webkitpy/patch/init.py: Removed.
  • Scripts/webkitpy/patch/patcher.py: Removed.
  • Scripts/webkitpy/tool: Copied from WebKitTools/Scripts/webkitpy/patch.
  • Scripts/webkitpy/tool/main.py: Copied from WebKitTools/Scripts/webkitpy/patch/patcher.py.
  • Scripts/webkitpy/tool/patcher.py: Removed.
Location:
trunk/WebKitTools
Files:
1 deleted
2 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56488 r56491  
     12010-03-24  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Rename webkitpy.patch to webkitpy.tool
     6        https://bugs.webkit.org/show_bug.cgi?id=36580
     7
     8        This is in preparation for the great webkitpy naming cleanup.
     9
     10        * Scripts/webkit-patch:
     11        * Scripts/webkitpy/patch: Removed.
     12        * Scripts/webkitpy/patch/__init__.py: Removed.
     13        * Scripts/webkitpy/patch/patcher.py: Removed.
     14        * Scripts/webkitpy/tool: Copied from WebKitTools/Scripts/webkitpy/patch.
     15        * Scripts/webkitpy/tool/main.py: Copied from WebKitTools/Scripts/webkitpy/patch/patcher.py.
     16        * Scripts/webkitpy/tool/patcher.py: Removed.
     17
    1182010-03-24  Eric Seidel  <eric@webkit.org>
    219
  • trunk/WebKitTools/Scripts/webkit-patch

    r55983 r56491  
    6161    # script doesn't error out before having a chance to report the
    6262    # version warning.
    63     from webkitpy.patch.patcher import WebKitPatch
     63    from webkitpy.tool.main import WebKitPatch
    6464
    6565    WebKitPatch(__file__).main()
Note: See TracChangeset for help on using the changeset viewer.