Show More
@@ -2078,10 +2078,10 b' def debugssl(ui, repo, source=None, **op' | |||||
2078 | 'Windows')) |
|
2078 | 'Windows')) | |
2079 |
|
2079 | |||
2080 | if not source: |
|
2080 | if not source: | |
2081 | source = "default" |
|
2081 | if not repo: | |
2082 | elif not repo: |
|
|||
2083 | raise error.Abort(_("there is no Mercurial repository here, and no " |
|
2082 | raise error.Abort(_("there is no Mercurial repository here, and no " | |
2084 | "server specified")) |
|
2083 | "server specified")) | |
|
2084 | source = "default" | |||
2085 |
|
2085 | |||
2086 | source, branches = hg.parseurl(ui.expandpath(source)) |
|
2086 | source, branches = hg.parseurl(ui.expandpath(source)) | |
2087 | url = util.url(source) |
|
2087 | url = util.url(source) |
General Comments 0
You need to be logged in to leave comments.
Login now