mercurial/commands.py
changeset 3583 8ee579885d23
parent 3578 3b4e00cba57a
child 3621 8c4fd0de5de8
--- 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,