Submitter | phabricator |
---|---|
Date | April 14, 2021, 11:41 p.m. |
Message ID | <differential-rev-PHID-DREV-2s4fcgcrggrn3nxlflv4-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48747/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -3654,7 +3654,9 @@ ) source = b"default" - source, branches = urlutil.parseurl(ui.expandpath(source)) + source, branches = urlutil.get_unique_pull_path( + b'debugssl', repo, ui, source + ) url = urlutil.url(source) defaultport = {b'https': 443, b'ssh': 22}