Show More
@@ -3654,7 +3654,9 b' def debugssl(ui, repo, source=None, **op' | |||
|
3654 | 3654 | ) |
|
3655 | 3655 | source = b"default" |
|
3656 | 3656 | |
|
3657 |
source, branches = urlutil. |
|
|
3657 | source, branches = urlutil.get_unique_pull_path( | |
|
3658 | b'debugssl', repo, ui, source | |
|
3659 | ) | |
|
3658 | 3660 | url = urlutil.url(source) |
|
3659 | 3661 | |
|
3660 | 3662 | defaultport = {b'https': 443, b'ssh': 22} |
General Comments 0
You need to be logged in to leave comments.
Login now