Skip to content
Snippets Groups Projects
Commit 979c0499 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Update doc for ssh URL, describing path handling more clearly.

parent be4a14bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment