From 7c04127ce40db261ea08a8f0cb00157a06903295 Mon Sep 17 00:00:00 2001 From: Benoit Boissinot Date: Sun, 29 Oct 2006 15:09:01 +0100 Subject: [PATCH] doc: clone doesn't create a working directory in remote repos --- mercurial/commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mercurial/commands.py b/mercurial/commands.py index 21c822ba45..8b3f4ddf7f 100644 --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -914,8 +914,9 @@ def clone(ui, source, dest=None, **opts): 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,