RESOLVED FIXED 219172
[webkitscmpy] Support remote repositories in git-webkit
https://bugs.webkit.org/show_bug.cgi?id=219172
Summary [webkitscmpy] Support remote repositories in git-webkit
Jonathan Bedard
Reported 2020-11-19 11:31:50 PST
Now that remote Subversion repositories are supported, we should support running select git-webkit commands with a remote repository.
Attachments
Patch (7.07 KB, patch)
2020-11-19 11:44 PST, Jonathan Bedard
no flags
Patch (7.08 KB, patch)
2020-11-30 07:50 PST, Jonathan Bedard
no flags
Patch (7.08 KB, patch)
2020-11-30 10:52 PST, Jonathan Bedard
no flags
Radar WebKit Bug Importer
Comment 1 2020-11-19 11:32:01 PST
Jonathan Bedard
Comment 2 2020-11-19 11:44:48 PST
Jonathan Bedard
Comment 3 2020-11-30 07:50:14 PST
Aakash Jain
Comment 4 2020-11-30 08:42:30 PST
Comment on attachment 415022 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=415022&action=review rs=me > Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program.py:185 > + if parsed.repository.startswith('https://') or parsed.repository.startswith('http://'): can use single startswith. From https://docs.python.org/3/library/stdtypes.html#str.startswith: "prefix can also be a tuple of prefixes to look for"
Jonathan Bedard
Comment 5 2020-11-30 10:52:20 PST
EWS
Comment 6 2020-11-30 11:23:31 PST
Committed r270254: <https://trac.webkit.org/changeset/270254> All reviewed patches have been landed. Closing bug and clearing flags on attachment 415033 [details].
Note You need to log in before you can comment on or make changes to this bug.