# HG changeset patch # User Oleksandr Gavenko # Date 1277472630 -10800 # Node ID 8b7a3f47dac1ac6e5127f4900f12de60a7f59641 # Parent 2cbd7bbb1012975146d72ad2740c94148160469f Proxy settings for hg. diff -r 2cbd7bbb1012 -r 8b7a3f47dac1 hg.rst --- 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