<?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: Prevent missing files in your hg commit</title>
	<atom:link href="http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/</link>
	<description>Five Different Types of Fried Cheese</description>
	<lastBuildDate>Sat, 27 Feb 2010 10:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Neil Rashbrook</title>
		<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/comment-page-1/#comment-23613</link>
		<dc:creator>Neil Rashbrook</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://coop.deadsquid.com/?p=1463#comment-23613</guid>
		<description>You might want to grep for ! (missing) files too, in case a patch removed a file.</description>
		<content:encoded><![CDATA[<p>You might want to grep for ! (missing) files too, in case a patch removed a file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coop</title>
		<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/comment-page-1/#comment-23532</link>
		<dc:creator>Coop</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://coop.deadsquid.com/?p=1463#comment-23532</guid>
		<description>&lt;code&gt;hg status -u&lt;/code&gt; does accomplish the same output, yes, but it always returns 0, so the commit just plows ahead. The pipe to grep returns an exit status that actually prevents the commit.</description>
		<content:encoded><![CDATA[<p><code>hg status -u</code> does accomplish the same output, yes, but it always returns 0, so the commit just plows ahead. The pipe to grep returns an exit status that actually prevents the commit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Histrionic</title>
		<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/comment-page-1/#comment-23383</link>
		<dc:creator>Histrionic</dc:creator>
		<pubDate>Sun, 12 Jul 2009 12:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://coop.deadsquid.com/?p=1463#comment-23383</guid>
		<description>Unless I’m mistaken, the command:

$ hg status &#124; (! grep &#039;^?&#039;)

… is the same as:

$ hg status --unknown

… but saves piping to grep.</description>
		<content:encoded><![CDATA[<p>Unless I’m mistaken, the command:</p>
<p>$ hg status | (! grep &#8216;^?&#8217;)</p>
<p>… is the same as:</p>
<p>$ hg status &#8211;unknown</p>
<p>… but saves piping to grep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirkjan Ochtman</title>
		<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/comment-page-1/#comment-23380</link>
		<dc:creator>Dirkjan Ochtman</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://coop.deadsquid.com/?p=1463#comment-23380</guid>
		<description>Actually, I think hg status has a -u option that should make this even easier (and faster).</description>
		<content:encoded><![CDATA[<p>Actually, I think hg status has a -u option that should make this even easier (and faster).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preed</title>
		<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/comment-page-1/#comment-23377</link>
		<dc:creator>Preed</dc:creator>
		<pubDate>Fri, 10 Jul 2009 04:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://coop.deadsquid.com/?p=1463#comment-23377</guid>
		<description>I&#039;d love to know what some of the complaints were[0]... since we all know I&#039;m about bitching more than solving problems. ;-)

[0] Seriously. I&#039;d like to know what I&#039;m in for when I eventually have to support a mess of DVCS systems...</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to know what some of the complaints were[0]&#8230; since we all know I&#8217;m about bitching more than solving problems. <img src='http://coop.deadsquid.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>[0] Seriously. I&#8217;d like to know what I&#8217;m in for when I eventually have to support a mess of DVCS systems&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coop</title>
		<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/comment-page-1/#comment-23375</link>
		<dc:creator>Coop</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://coop.deadsquid.com/?p=1463#comment-23375</guid>
		<description>Man, it would be sweet if I always got them in an importable format. ;-)</description>
		<content:encoded><![CDATA[<p>Man, it would be sweet if I always got them in an importable format. <img src='http://coop.deadsquid.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert O'Callahan</title>
		<link>http://coop.deadsquid.com/2009/07/prevent-missing-files-in-your-hg-commit/comment-page-1/#comment-23374</link>
		<dc:creator>Robert O'Callahan</dc:creator>
		<pubDate>Thu, 09 Jul 2009 22:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://coop.deadsquid.com/?p=1463#comment-23374</guid>
		<description>Why don&#039;t you just &quot;hg import&quot; the patch so new files are automatically added by hg?</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you just &#8220;hg import&#8221; the patch so new files are automatically added by hg?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
