Mercurial > hg
comparison doc/hg.1.txt @ 321:73b8a8a059ec
Transparent proxy support
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Transparent proxy support
Originally from "Michael S. Tsirkin" <mst@mellanox.co.il>
manifest hash: 74cf7456ef35ff8d4c007544f0d1a57c69d3c929
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCrSIUywK+sNU5EO8RAje1AJ41ALW8soF78Mo3UTraV1QQvJoFSQCgrqvc
I9ohlI4hzdjOD+wSwRGlERQ=
=Ugfi
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Sun, 12 Jun 2005 22:05:08 -0800 |
parents | 48827121af7e |
children | 27d08c0c2a7e |
comparison
equal
deleted
inserted
replaced
320:292e10b5831a | 321:73b8a8a059ec |
---|---|
186 $HOME/.hgpaths:: | 186 $HOME/.hgpaths:: |
187 this file contains a mapping from a symbolic name to a repository path | 187 this file contains a mapping from a symbolic name to a repository path |
188 (which could be a local path or a remote URI), the format is | 188 (which could be a local path or a remote URI), the format is |
189 <symbolic name> <repository path> with each mapping on a seperate line | 189 <symbolic name> <repository path> with each mapping on a seperate line |
190 | 190 |
191 NON_TRANSPARENT PROXY SUPPORT | |
192 ----- | |
193 | |
194 To access a mercurial repository through a proxy, | |
195 create a file $HOME/.hgrc in the following format: | |
196 | |
197 [http_proxy] | |
198 host=myproxy:8080 | |
199 user=<username> | |
200 passwd=<password> | |
201 no=<localhost1>,<localhost2>,<localhost3>,... | |
202 | |
203 "user","passwd" fields are used for authenticating proxies, | |
204 "no" is a comma-separated list of local host names | |
205 for which proxy must be bypassed. | |
206 | |
191 BUGS | 207 BUGS |
192 ---- | 208 ---- |
193 Probably lots, please post them to the mailing list (See Resources below) | 209 Probably lots, please post them to the mailing list (See Resources below) |
194 when you find them. | 210 when you find them. |
195 | 211 |