comparison doc/hg.1.txt @ 1265:979c04997448 0.7

Update doc for ssh URL, describing path handling more clearly.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 16 Sep 2005 13:34:29 -0700
parents 8054fdb0b145
children fe3dd937e803
comparison
equal deleted inserted replaced
1264:be4a14bfaa9c 1265:979c04997448
411 local/filesystem/path 411 local/filesystem/path
412 http://[user@]host[:port][/path] 412 http://[user@]host[:port][/path]
413 https://[user@]host[:port][/path] 413 https://[user@]host[:port][/path]
414 ssh://[user@]host[:port][/path] 414 ssh://[user@]host[:port][/path]
415 415
416 SSH requires an accessible shell account on the destination 416 SSH requires an accessible shell account on the destination machine
417 machine and a copy of hg in the remote path. 417 and a copy of hg in the remote path. With SSH, paths are relative
418 to the remote user's home directory by default; use two slashes at
419 the start of a path to specify it as relative to the filesystem root.
418 420
419 options: 421 options:
420 -u, --update update the working directory to tip after pull 422 -u, --update update the working directory to tip after pull
421 -e, --ssh specify ssh command to use 423 -e, --ssh specify ssh command to use
422 --remotecmd specify hg command to run on the remote side 424 --remotecmd specify hg command to run on the remote side