Show More
@@ -495,8 +495,8 b' def clone(ui, source, dest=None, **opts)' | |||||
495 | ui.setconfig("ui", "remotecmd", opts['remotecmd']) |
|
495 | ui.setconfig("ui", "remotecmd", opts['remotecmd']) | |
496 |
|
496 | |||
497 | d = Dircleanup(dest) |
|
497 | d = Dircleanup(dest) | |
|
498 | source = ui.expandpath(source) | |||
498 | abspath = source |
|
499 | abspath = source | |
499 | source = ui.expandpath(source) |
|
|||
500 | other = hg.repository(ui, source) |
|
500 | other = hg.repository(ui, source) | |
501 |
|
501 | |||
502 | if other.dev() != -1: |
|
502 | if other.dev() != -1: |
General Comments 0
You need to be logged in to leave comments.
Login now