Title: [287865] trunk/Tools
Revision
287865
Author
[email protected]
Date
2022-01-10 18:01:49 -0800 (Mon, 10 Jan 2022)

Log Message

Revert r287861.
https://bugs.webkit.org/show_bug.cgi?id=235048
<rdar://problem/87360213>

Unreviewed revert.

Temporarily revert r287861(245905@main) which breaks git-webkit script when
invoked outside of a checkout directory.

* Scripts/git-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (287864 => 287865)


--- trunk/Tools/ChangeLog	2022-01-11 01:36:00 UTC (rev 287864)
+++ trunk/Tools/ChangeLog	2022-01-11 02:01:49 UTC (rev 287865)
@@ -1,3 +1,16 @@
+2022-01-10  Dewei Zhu  <[email protected]>
+
+        Revert r287861.
+        https://bugs.webkit.org/show_bug.cgi?id=235048
+        <rdar://problem/87360213>
+
+        Unreviewed revert.
+
+        Temporarily revert r287861(245905@main) which breaks git-webkit script when
+        invoked outside of a checkout directory.
+
+        * Scripts/git-webkit:
+
 2022-01-10  Jonathan Bedard  <[email protected]>
 
         [git-webkit] Use cwd as default path

Modified: trunk/Tools/Scripts/git-webkit (287864 => 287865)


--- trunk/Tools/Scripts/git-webkit	2022-01-11 01:36:00 UTC (rev 287864)
+++ trunk/Tools/Scripts/git-webkit	2022-01-11 02:01:49 UTC (rev 287865)
@@ -67,6 +67,7 @@
 
 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