How configure hg to pass corporate firewall ?

Benoit Boissinot bboissin at gmail.com
Wed Nov 29 16:08:04 CST 2006


On 11/29/06, T.J. Yang <tj_yang at hotmail.com> wrote:
>
> Is there a setting somewhere in hg that I can configure following
> information ?
>
> http-proxy url
> account
> password
>

from http://hg.intevation.org/mercurial/crew/raw-file/0.9.1/doc/hgrc.5.txt

in hgrc:
[http_proxy]
host = foo.bar:8000
password = my_secret_password
user = johndoe

Cheers

Benoit


More information about the Mercurial mailing list