Title: [287861] trunk/Tools
Revision
287861
Author
[email protected]
Date
2022-01-10 15:17:01 -0800 (Mon, 10 Jan 2022)

Log 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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (287860 => 287861)


--- trunk/Tools/ChangeLog	2022-01-10 22:58:49 UTC (rev 287860)
+++ trunk/Tools/ChangeLog	2022-01-10 23:17:01 UTC (rev 287861)
@@ -1,3 +1,13 @@
+2022-01-10  Jonathan Bedard  <[email protected]>
+
+        [git-webkit] Use cwd as default path
+        https://bugs.webkit.org/show_bug.cgi?id=235048
+        <rdar://problem/87360213>
+
+        Reviewed by Aakash Jain.
+
+        * Scripts/git-webkit: Use default path behavior.
+
 2022-01-10  Wenson Hsieh  <[email protected]>
 
         Modal container observer should classify elements that are styled like clickable controls

Modified: trunk/Tools/Scripts/git-webkit (287860 => 287861)


--- trunk/Tools/Scripts/git-webkit	2022-01-10 22:58:49 UTC (rev 287860)
+++ trunk/Tools/Scripts/git-webkit	2022-01-10 23:17:01 UTC (rev 287861)
@@ -67,7 +67,6 @@
 
 if '__main__' == __name__:
     sys.exit(program.main(
-        path=os.path.dirname(__file__),
         identifier_template=is_webkit_filter('Canonical link: https://commits.webkit.org/{}'),
         subversion=is_webkit_filter('https://svn.webkit.org/repository/webkit'),
         additional_setup=is_webkit_filter(additional_setup),
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to