Submitter | phabricator |
---|---|
Date | April 14, 2021, 11:41 p.m. |
Message ID | <differential-rev-PHID-DREV-s2ufsotkj4v7xryi5kv4-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48746/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -1060,7 +1060,9 @@ if not remote_revs: - remoteurl, branches = urlutil.parseurl(ui.expandpath(remoteurl)) + remoteurl, branches = urlutil.get_unique_pull_path( + b'debugdiscovery', repo, ui, remoteurl + ) remote = hg.peer(repo, opts, remoteurl) ui.status(_(b'comparing with %s\n') % urlutil.hidepassword(remoteurl)) else: