<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mercurial: Pulling from behind a proxy</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ramiro Algozino</title>
		<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/comment-page-1/#comment-126162</link>
		<dc:creator>Ramiro Algozino</dc:creator>
		<pubDate>Thu, 19 Jan 2012 19:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1213#comment-126162</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/comment-page-1/#comment-35240</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Fri, 16 Apr 2010 08:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1213#comment-35240</guid>
		<description>Thank, it works great.
If you&#039;re in a Windows domain you have to specify the domain part of the user also - like --config http_proxy.user=DOMAIN\UserName</description>
		<content:encoded><![CDATA[<p>Thank, it works great.<br />
If you&#8217;re in a Windows domain you have to specify the domain part of the user also &#8211; like &#8211;config http_proxy.user=DOMAIN\UserName</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/comment-page-1/#comment-29829</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Tue, 05 Jan 2010 20:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1213#comment-29829</guid>
		<description>Confirmed that setting http_proxy environment variable works as suggested by Rob</description>
		<content:encoded><![CDATA[<p>Confirmed that setting http_proxy environment variable works as suggested by Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Hunter</title>
		<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/comment-page-1/#comment-17606</link>
		<dc:creator>Rob Hunter</dc:creator>
		<pubDate>Mon, 25 May 2009 07:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1213#comment-17606</guid>
		<description>It&#039;s a convention in the modern Unix world that any utility creating HTTP connections should obey the &quot;http_proxy&quot; environment variable (and the related &quot;no_proxy&quot; variable).

I don&#039;t know which HTTP library Mercurial uses, but all the major libraries support the &quot;http_proxy&quot; variable so it probably works just fine.

@OJ:
I haven&#039;t tried it, but I assume that these settings work in a per-repository hgrc (.hg/hgrc). I&#039;d expect to vary my proxy usage more by host or by network connection, though, rather 
than by repository.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a convention in the modern Unix world that any utility creating HTTP connections should obey the &#8220;http_proxy&#8221; environment variable (and the related &#8220;no_proxy&#8221; variable).</p>
<p>I don&#8217;t know which HTTP library Mercurial uses, but all the major libraries support the &#8220;http_proxy&#8221; variable so it probably works just fine.</p>
<p>@OJ:<br />
I haven&#8217;t tried it, but I assume that these settings work in a per-repository hgrc (.hg/hgrc). I&#8217;d expect to vary my proxy usage more by host or by network connection, though, rather<br />
than by repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/comment-page-1/#comment-17290</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Wed, 20 May 2009 02:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1213#comment-17290</guid>
		<description>The problem with adding that to your hgrc file is that those settings will be in place for every repo that you want to access. This might not be exactly what you want.

If it is, then hgrc is indeed where it belongs!</description>
		<content:encoded><![CDATA[<p>The problem with adding that to your hgrc file is that those settings will be in place for every repo that you want to access. This might not be exactly what you want.</p>
<p>If it is, then hgrc is indeed where it belongs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/comment-page-1/#comment-16954</link>
		<dc:creator>Mark Needham</dc:creator>
		<pubDate>Fri, 15 May 2009 06:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1213#comment-16954</guid>
		<description>Actually I didn&#039;t! Would you just put the --config bits into that file then?</description>
		<content:encoded><![CDATA[<p>Actually I didn&#8217;t! Would you just put the &#8211;config bits into that file then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://www.markhneedham.com/blog/2009/05/13/mercurial-pulling-from-behind-a-proxy/comment-page-1/#comment-16945</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 15 May 2009 04:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1213#comment-16945</guid>
		<description>I&#039;m sure you knew this, but you could add those configurations to your hgrc file as well.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure you knew this, but you could add those configurations to your hgrc file as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

