# HG changeset patch # User Bryan O'Sullivan # Date 1126902869 25200 # Node ID 979c049974485125e1f9357f6bbe9c1b548a64c3 # Parent be4a14bfaa9c38e9de91eb2efcfd2a4cfaef0db6 Update doc for ssh URL, describing path handling more clearly. diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -413,8 +413,10 @@ pull :: 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