Now that remote Subversion repositories are supported, we should support running select git-webkit commands with a remote repository.
<rdar://problem/71594909>
Created attachment 414608 [details] Patch
Created attachment 415022 [details] Patch
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"
Created attachment 415033 [details] Patch
Committed r270254: <https://trac.webkit.org/changeset/270254> All reviewed patches have been landed. Closing bug and clearing flags on attachment 415033 [details].