Mercurial > hg-stable
changeset 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 | 9fb7d3a05882 |
children | 8dbbe4dadb48 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Oct 29 14:41:14 2006 +0100 +++ b/mercurial/commands.py Sun Oct 29 15:09:01 2006 +0100 @@ -914,8 +914,9 @@ See pull for valid source format details. It is possible to specify an ssh:// URL as the destination, but no - .hg/hgrc will be created on the remote side. Look at the help text - for the pull command for important details about ssh:// URLs. + .hg/hgrc and working directory will be created on the remote side. + Look at the help text for the pull command for important details + about ssh:// URLs. """ setremoteconfig(ui, opts) hg.clone(ui, ui.expandpath(source), dest,