Build through proxies
Martijn Verburg
martijnverburg at gmail.com
Thu Apr 23 09:25:43 UTC 2015
See the description of http_proxy in doc/hgrc.5.txt.
http_proxy::
Used to access web-based Mercurial repositories through a HTTP
proxy.
host;;
Host name and (optional) port of the proxy server, for example
"myproxy:8000".
no;;
Optional. Comma-separated list of host names that should bypass
the proxy.
passwd;;
Optional. Password to authenticate with at the proxy server.
user;;
Optional. User name to authenticate with at the proxy server.
Here's an example few lines from a hgrc:
[http_proxy]
host = http://localhost:8000/
Cheers,
Martijn
On 23 April 2015 at 09:17, <Mohan.Radhakrishnan at cognizant.com> wrote:
> Hi,
>
> I have read the group threads and I have started to build the
> source even though I am behind a corporate proxy. Does anyone else set the
> proxy details for 'hg' ?
>
>
> Thanks,
> Mohan
> This e-mail and any files transmitted with it are for the sole use of the
> intended recipient(s) and may contain confidential and privileged
> information. If you are not the intended recipient(s), please reply to the
> sender and destroy all copies of the original message. Any unauthorized
> review, use, disclosure, dissemination, forwarding, printing or copying of
> this email, and/or any action taken in reliance on the contents of this
> e-mail is strictly prohibited and may be unlawful. Where permitted by
> applicable law, this e-mail and other e-mail communications sent to and
> from Cognizant e-mail addresses may be monitored.
>
More information about the adoption-discuss
mailing list