author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 25 Jun 2010 16:30:30 +0300 (2010-06-25) | |
changeset 425 | 8b7a3f47dac1 |
parent 424 | 2cbd7bbb1012 |
child 426 | 24ede02309c6 |
--- a/hg.rst Wed Jun 16 16:24:31 2010 +0300 +++ b/hg.rst Fri Jun 25 16:30:30 2010 +0300 @@ -127,3 +127,8 @@ To apply series of already done patches use: $ ls /path/to/bugfixes/*.patch | xargs hg qimport + +* Proxy. + + $ hg clone --config http_proxy.host=$host:$port \ + --config http_proxy.user=$user --config http_proxy.passwd=$password $addr