⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287861 in webkit


Ignore:
Timestamp:
Jan 10, 2022, 3:17:01 PM (5 years ago)
Author:
Jonathan Bedard
Message:

[git-webkit] Use cwd as default path
https://bugs.webkit.org/show_bug.cgi?id=235048
<rdar://problem/87360213>

Reviewed by Aakash Jain.

  • Tools/Scripts/git-webkit: Use default path behavior.

Canonical link: https://commits.webkit.org/245905@main

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r287860 r287861  
     12022-01-10  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [git-webkit] Use cwd as default path
     4        https://bugs.webkit.org/show_bug.cgi?id=235048
     5        <rdar://problem/87360213>
     6
     7        Reviewed by Aakash Jain.
     8
     9        * Scripts/git-webkit: Use default path behavior.
     10
    1112022-01-10  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Tools/Scripts/git-webkit

    r285272 r287861  
    6868if '__main__' == __name__:
    6969    sys.exit(program.main(
    70         path=os.path.dirname(__file__),
    7170        identifier_template=is_webkit_filter('Canonical link: https://commits.webkit.org/{}'),
    7271        subversion=is_webkit_filter('https://svn.webkit.org/repository/webkit'),
Note: See TracChangeset for help on using the changeset viewer.