<?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: Mercurial Head Scratcher</title>
	<atom:link href="http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/</link>
	<description>Purveyor of Pre-eminent Programmes</description>
	<pubDate>Thu, 28 Aug 2008 23:32:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mercurial user</title>
		<link>http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/#comment-13157</link>
		<dc:creator>Mercurial user</dc:creator>
		<pubDate>Wed, 01 Aug 2007 07:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/#comment-13157</guid>
		<description>It's actually not so different in Mercurial.  You do your development on a named branch, and you import the work from the master repository on another, like so:

  hg diff -r my-branch -r master

The one irritating gotcha is that the default branch isn't named by default, and unless you have added a name to it, you don't have any obvious way to select it (it's not always 'tip'), and have to search through the log for that revision.  But the named branches are separate, and the above is equivalent to 'git diff master'.</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually not so different in Mercurial.  You do your development on a named branch, and you import the work from the master repository on another, like so:</p>
<p>  hg diff -r my-branch -r master</p>
<p>The one irritating gotcha is that the default branch isn&#8217;t named by default, and unless you have added a name to it, you don&#8217;t have any obvious way to select it (it&#8217;s not always &#8216;tip&#8217;), and have to search through the log for that revision.  But the named branches are separate, and the above is equivalent to &#8216;git diff master&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bowes</title>
		<link>http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/#comment-17</link>
		<dc:creator>James Bowes</dc:creator>
		<pubDate>Mon, 12 Feb 2007 02:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/#comment-17</guid>
		<description>The Cobbler Team would be wise to do so. Has the Cobbler Executive Software Configuration Management Steering Committee produced any reports yet?</description>
		<content:encoded><![CDATA[<p>The Cobbler Team would be wise to do so. Has the Cobbler Executive Software Configuration Management Steering Committee produced any reports yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael DeHaan</title>
		<link>http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/#comment-16</link>
		<dc:creator>Michael DeHaan</dc:creator>
		<pubDate>Mon, 12 Feb 2007 02:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://jbowes.dangerouslyinc.com/2007/02/09/mercurial-head-scratcher/#comment-16</guid>
		<description>The Cobbler Team is seriously considering moving to git.</description>
		<content:encoded><![CDATA[<p>The Cobbler Team is seriously considering moving to git.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
