Show More
@@ -914,8 +914,9 b' def clone(ui, source, dest=None, **opts)' | |||||
914 | See pull for valid source format details. |
|
914 | See pull for valid source format details. | |
915 |
|
915 | |||
916 | It is possible to specify an ssh:// URL as the destination, but no |
|
916 | It is possible to specify an ssh:// URL as the destination, but no | |
917 |
.hg/hgrc will be created on the remote side. |
|
917 | .hg/hgrc and working directory will be created on the remote side. | |
918 |
for the pull command for important details |
|
918 | Look at the help text for the pull command for important details | |
|
919 | about ssh:// URLs. | |||
919 | """ |
|
920 | """ | |
920 | setremoteconfig(ui, opts) |
|
921 | setremoteconfig(ui, opts) | |
921 | hg.clone(ui, ui.expandpath(source), dest, |
|
922 | hg.clone(ui, ui.expandpath(source), dest, |
General Comments 0
You need to be logged in to leave comments.
Login now