Mercurial > hg
comparison mercurial/help/urls.txt @ 36365:5da7b8cb6f75 stable
help: fix wording describing SSH requirements
author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> |
---|---|
date | Wed, 21 Feb 2018 16:51:09 -0500 |
parents | 01d68fb07915 |
children |
comparison
equal
deleted
inserted
replaced
36364:eedc69d2776d | 36365:5da7b8cb6f75 |
---|---|
22 web.cacerts. | 22 web.cacerts. |
23 | 23 |
24 Some notes about using SSH with Mercurial: | 24 Some notes about using SSH with Mercurial: |
25 | 25 |
26 - SSH requires an accessible shell account on the destination machine | 26 - SSH requires an accessible shell account on the destination machine |
27 and a copy of hg in the remote path or specified with as remotecmd. | 27 and a copy of hg in the remote path or specified with remotecmd. |
28 - path is relative to the remote user's home directory by default. Use | 28 - path is relative to the remote user's home directory by default. Use |
29 an extra slash at the start of a path to specify an absolute path:: | 29 an extra slash at the start of a path to specify an absolute path:: |
30 | 30 |
31 ssh://example.com//tmp/repository | 31 ssh://example.com//tmp/repository |
32 | 32 |