Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 3583:8ee579885d23
doc: clone doesn't create a working directory in remote repos
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 29 Oct 2006 15:09:01 +0100 |
parents | 3b4e00cba57a |
children | 8c4fd0de5de8 |
comparison
equal
deleted
inserted
replaced
3582:9fb7d3a05882 | 3583:8ee579885d23 |
---|---|
912 This option implies --pull, even on local repositories. | 912 This option implies --pull, even on local repositories. |
913 | 913 |
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. Look at the help text | 917 .hg/hgrc and working directory will be created on the remote side. |
918 for the pull command for important details about ssh:// URLs. | 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, |
922 pull=opts['pull'], | 923 pull=opts['pull'], |
923 stream=opts['uncompressed'], | 924 stream=opts['uncompressed'], |