<?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"
	>
<channel>
	<title>Comments on: Serving mercurial with mod_wsgi</title>
	<atom:link href="http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/</link>
	<description>The blog of Adam Hupp</description>
	<pubDate>Sun, 23 Nov 2008 15:33:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jeffrey</title>
		<link>http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1723</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Thu, 27 Mar 2008 00:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1723</guid>
		<description>&lt;p&gt;I only have one install, nonetheless I tried to set the path in the script, but without luck.
When I put the extension in hgweb.config of hgwebdir it doesn't work, however when I put the entry in every repositories' hgrc, everything works fine.&lt;/p&gt;

&lt;p&gt;I haven't tried other extensions in the general hgwebdir config, so maybe it's a mercurial thing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I only have one install, nonetheless I tried to set the path in the script, but without luck.<br />
When I put the extension in hgweb.config of hgwebdir it doesn&#8217;t work, however when I put the entry in every repositories&#8217; hgrc, everything works fine.</p>
<p>I haven&#8217;t tried other extensions in the general hgwebdir config, so maybe it&#8217;s a mercurial thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1677</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 26 Mar 2008 07:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1677</guid>
		<description>&lt;p&gt;To answer these questions:&lt;/p&gt;

&lt;p&gt;1) I'm not sure if it's compatible with pushing over HTTP but my guess would that it is.  I always use ssh if I'm going to push though.&lt;/p&gt;

&lt;p&gt;2) This is probably a PYTHONPATH issue.  Do you have multiple hg installs?  You can make sure this uses the right one by putting:&lt;/p&gt;

&lt;p&gt;import sys
sys.path.insert(0, "/path/to/correct/hg/install")&lt;/p&gt;

&lt;p&gt;at the top of the .wsgi script.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To answer these questions:</p>
<p>1) I&#8217;m not sure if it&#8217;s compatible with pushing over HTTP but my guess would that it is.  I always use ssh if I&#8217;m going to push though.</p>
<p>2) This is probably a PYTHONPATH issue.  Do you have multiple hg installs?  You can make sure this uses the right one by putting:</p>
<p>import sys<br />
sys.path.insert(0, &#8220;/path/to/correct/hg/install&#8221;)</p>
<p>at the top of the .wsgi script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1603</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Tue, 25 Mar 2008 13:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1603</guid>
		<description>&lt;p&gt;When I use this wsgi script  the syntax highlighting using your extension doesn't work (it's in hgweb.config though). Using "hg serve" it does though. I tried everything like providing the absolute path to the hightlight.py file. What other things can I check?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I use this wsgi script  the syntax highlighting using your extension doesn&#8217;t work (it&#8217;s in hgweb.config though). Using &#8220;hg serve&#8221; it does though. I tried everything like providing the absolute path to the hightlight.py file. What other things can I check?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiCoS</title>
		<link>http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1599</link>
		<dc:creator>NiCoS</dc:creator>
		<pubDate>Tue, 25 Mar 2008 11:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://hupp.org/adam/weblog/2007/09/17/serving-mercurial-with-mod_wsgi/#comment-1599</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;is it compatible with pushing over http (as with CGI) ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>is it compatible with pushing over http (as with CGI) ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
