<?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: My Mercurial Setup (Plus Some Useful Shims and Jigs)</title>
	<atom:link href="http://naleid.com/blog/2008/11/25/my-mercurial-setup-plus-some-useful-shims-and-jigs/feed/" rel="self" type="application/rss+xml" />
	<link>http://naleid.com/blog/2008/11/25/my-mercurial-setup-plus-some-useful-shims-and-jigs/</link>
	<description>Groovy, Grails and OS X tips and tricks</description>
	<lastBuildDate>Sat, 31 Jul 2010 11:43:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: My Mercurial Setup (Plus Some Useful Shims and Jigs) &#8211; Ted Naleid &#171; Absurditäten des Alltags</title>
		<link>http://naleid.com/blog/2008/11/25/my-mercurial-setup-plus-some-useful-shims-and-jigs/comment-page-1/#comment-2690</link>
		<dc:creator>My Mercurial Setup (Plus Some Useful Shims and Jigs) &#8211; Ted Naleid &#171; Absurditäten des Alltags</dc:creator>
		<pubDate>Tue, 18 May 2010 20:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=37#comment-2690</guid>
		<description>[...] My Mercurial Setup (Plus Some Useful Shims and Jigs) &#8211; Ted&#160;Naleid      My Mercurial Setup (Plus Some Useful Shims and Jigs) via naleid.com [...]</description>
		<content:encoded><![CDATA[<p>[...] My Mercurial Setup (Plus Some Useful Shims and Jigs) &#8211; Ted&nbsp;Naleid      My Mercurial Setup (Plus Some Useful Shims and Jigs) via naleid.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Naleid &#187; Hooking up Hudson to your bitbucket mercurial account</title>
		<link>http://naleid.com/blog/2008/11/25/my-mercurial-setup-plus-some-useful-shims-and-jigs/comment-page-1/#comment-2331</link>
		<dc:creator>Ted Naleid &#187; Hooking up Hudson to your bitbucket mercurial account</dc:creator>
		<pubDate>Mon, 21 Dec 2009 06:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=37#comment-2331</guid>
		<description>[...] been using Mercurial as my personal revision control system for a while [...]</description>
		<content:encoded><![CDATA[<p>[...] been using Mercurial as my personal revision control system for a while [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Losh</title>
		<link>http://naleid.com/blog/2008/11/25/my-mercurial-setup-plus-some-useful-shims-and-jigs/comment-page-1/#comment-1745</link>
		<dc:creator>Steve Losh</dc:creator>
		<pubDate>Sat, 08 Aug 2009 13:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=37#comment-1745</guid>
		<description>I know this post is pretty old, but I&#039;d figure I&#039;d chime in with some comments just in case you didn&#039;t know about them.

You don&#039;t need your jig to see a list of files with the same status.  You can tell &#039;hg status&#039; to only show files with a specific status with options -m, -a, -r, -d, -c, -u and -i.  You can combine them if you want to include several statuses.

That takes care of the &#039;egrep&#039; part of your jig.  To replace the &#039;awk&#039; part, just pass the -n (--no-status) option and it won&#039;t print the prefix.  So &#039;hg status -mn&#039; will give you a list of the modified files without printing the &#039;M&#039; prefix.

As for the prompt info part, I wrote an extension to make adding Mercurial information to your shell prompt much easier -- you might find it useful: http://stevelosh.com/projects/hg-prompt</description>
		<content:encoded><![CDATA[<p>I know this post is pretty old, but I&#8217;d figure I&#8217;d chime in with some comments just in case you didn&#8217;t know about them.</p>
<p>You don&#8217;t need your jig to see a list of files with the same status.  You can tell &#8216;hg status&#8217; to only show files with a specific status with options -m, -a, -r, -d, -c, -u and -i.  You can combine them if you want to include several statuses.</p>
<p>That takes care of the &#8216;egrep&#8217; part of your jig.  To replace the &#8216;awk&#8217; part, just pass the -n (&#8211;no-status) option and it won&#8217;t print the prefix.  So &#8216;hg status -mn&#8217; will give you a list of the modified files without printing the &#8216;M&#8217; prefix.</p>
<p>As for the prompt info part, I wrote an extension to make adding Mercurial information to your shell prompt much easier &#8212; you might find it useful: <a href="http://stevelosh.com/projects/hg-prompt" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/stevelosh.com/projects/hg-prompt?referer=');">http://stevelosh.com/projects/hg-prompt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tednaleid</title>
		<link>http://naleid.com/blog/2008/11/25/my-mercurial-setup-plus-some-useful-shims-and-jigs/comment-page-1/#comment-822</link>
		<dc:creator>tednaleid</dc:creator>
		<pubDate>Wed, 26 Nov 2008 18:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=37#comment-822</guid>
		<description>I was alerted to an issue with the current rdiff plugin by a coworker of mine.  Apparently the latest version in the rdiff repository uses some stuff from the latest version of mercurial, not the current stable release of 1.0.2.  

I&#039;ve updated the instructions above accordingly to clone the rdiff repository at a revision number that works with mercurial 1.0.2.  If you have a more recent version of mercurial, you might be able to get the tip of rdiff and have that work.</description>
		<content:encoded><![CDATA[<p>I was alerted to an issue with the current rdiff plugin by a coworker of mine.  Apparently the latest version in the rdiff repository uses some stuff from the latest version of mercurial, not the current stable release of 1.0.2.  </p>
<p>I&#8217;ve updated the instructions above accordingly to clone the rdiff repository at a revision number that works with mercurial 1.0.2.  If you have a more recent version of mercurial, you might be able to get the tip of rdiff and have that work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
