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