doc/hg.1.txt
changeset 1265 979c04997448
parent 1256 8054fdb0b145
child 1274 fe3dd937e803
--- a/doc/hg.1.txt	Fri Sep 16 21:34:18 2005 +0200
+++ b/doc/hg.1.txt	Fri Sep 16 13:34:29 2005 -0700
@@ -413,8 +413,10 @@
       https://[user@]host[:port][/path]
       ssh://[user@]host[:port][/path]
 
-    SSH requires an accessible shell account on the destination
-    machine and a copy of hg in the remote path.
+    SSH requires an accessible shell account on the destination machine
+    and a copy of hg in the remote path.  With SSH, paths are relative
+    to the remote user's home directory by default; use two slashes at
+    the start of a path to specify it as relative to the filesystem root.
 
     options:
     -u, --update   update the working directory to tip after pull