<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>x.zpuppet.org &#187; python</title>
	<atom:link href="http://x.zpuppet.org/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://x.zpuppet.org</link>
	<description>blog</description>
	<lastBuildDate>Wed, 24 Jun 2009 08:36:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>config extension for mercurial</title>
		<link>http://x.zpuppet.org/2009/02/23/config-extension-for-mercurial/</link>
		<comments>http://x.zpuppet.org/2009/02/23/config-extension-for-mercurial/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 22:02:32 +0000</pubDate>
		<dc:creator>alu</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://x.zpuppet.org/?p=5</guid>
		<description><![CDATA[I&#8217;ve written a small extension for mercurial called &#8216;config&#8217;.  It allows you to view and set configuration values for hg from the command-line.
Some example commands and output:
prompt&#62; hg showconfigs
 ! /usr/etc/mercurial/hgrc
 * /etc/mercurial/hgrc
 * /etc/mercurial/hgrc.d/hgext.rc (ro)
 * /etc/mercurial/hgrc.d/mergetools.rc (ro)
 * /home/jdoe/.hgrc
 * /home/jdoe/projects/hgconfig/.hg/hgrc
prompt&#62; hg config --verbose ui.username
values found for ui.username:
 jdoe@host  C:\Documents and Settings\jdoe\mercurial.ini
 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a small extension for mercurial called &#8216;config&#8217;.  It allows you to view and set configuration values for hg from the command-line.</p>
<p>Some example commands and output:</p>
<pre>prompt&gt; hg showconfigs
 ! /usr/etc/mercurial/hgrc
 * /etc/mercurial/hgrc
 * /etc/mercurial/hgrc.d/hgext.rc (ro)
 * /etc/mercurial/hgrc.d/mergetools.rc (ro)
 * /home/jdoe/.hgrc
 * /home/jdoe/projects/hgconfig/.hg/hgrc</pre>
<pre>prompt&gt; hg config --verbose ui.username
values found for ui.username:
 jdoe@host  C:\Documents and Settings\jdoe\mercurial.ini
 john       d:\projects\hgconfig\src\.hg\hgrc</pre>
<p>See more at <a title="hgconfig" href="http://bitbucket.org/alu/hgconfig">http://bitbucket.org/alu/hgconfig/</a></p>
<p>I would appreciate feedback so please get back to me here or on bitbucket.  This is my first mercurial extension and my first python anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://x.zpuppet.org/2009/02/23/config-extension-for-mercurial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
