##// END OF EJS Templates
Corrected SSH configuration example in pull help.
Thomas Arendsen Hein -
r3471:be2bf726 default
parent child Browse files
Show More
@@ -2103,11 +2103,11 b' def pull(ui, repo, source="default", **o'
2103 Use an extra slash at the start of a path to specify an absolute path:
2103 Use an extra slash at the start of a path to specify an absolute path:
2104 ssh://example.com//tmp/repository
2104 ssh://example.com//tmp/repository
2105 - Mercurial doesn't use its own compression via SSH; the right thing
2105 - Mercurial doesn't use its own compression via SSH; the right thing
2106 to do is to configure it in your ~/.ssh/ssh_config, e.g.:
2106 to do is to configure it in your ~/.ssh/config, e.g.:
2107 Host *.mylocalnetwork.example.com
2107 Host *.mylocalnetwork.example.com
2108 Compression off
2108 Compression no
2109 Host *
2109 Host *
2110 Compression on
2110 Compression yes
2111 Alternatively specify "ssh -C" as your ssh command in your hgrc or
2111 Alternatively specify "ssh -C" as your ssh command in your hgrc or
2112 with the --ssh command line option.
2112 with the --ssh command line option.
2113 """
2113 """
General Comments 0
You need to be logged in to leave comments. Login now