hg.rst
changeset 425 8b7a3f47dac1
parent 313 7cc6dcfa284e
child 673 faa365425ff0
--- 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