Show More
@@ -1060,7 +1060,9 b' def debugdiscovery(ui, repo, remoteurl=b' | |||
|
1060 | 1060 | |
|
1061 | 1061 | if not remote_revs: |
|
1062 | 1062 | |
|
1063 |
remoteurl, branches = urlutil. |
|
|
1063 | remoteurl, branches = urlutil.get_unique_pull_path( | |
|
1064 | b'debugdiscovery', repo, ui, remoteurl | |
|
1065 | ) | |
|
1064 | 1066 | remote = hg.peer(repo, opts, remoteurl) |
|
1065 | 1067 | ui.status(_(b'comparing with %s\n') % urlutil.hidepassword(remoteurl)) |
|
1066 | 1068 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now