<?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>david winter &#187; git</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Convert git repository to mercurial</title>
		<link>http://davidwinter.me.uk/articles/2009/10/17/convert-git-repository-to-mercurial/</link>
		<comments>http://davidwinter.me.uk/articles/2009/10/17/convert-git-repository-to-mercurial/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:13:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/?p=149</guid>
		<description><![CDATA[Ensure that the mercurial convert extension is enabled: nano ~/.hgrc Inside that file add: [extensions] hgext.convert= Save. Now do: hg convert my-git-repo This will create a new directory called my-git-repo-hg. This will appear empty at first, so do this: cd my-git-repo-hg hg checkout All of your files will appear and you&#8217;re ready to go.]]></description>
			<content:encoded><![CDATA[<p>Ensure that the mercurial convert extension is enabled:</p>

<pre><code>nano ~/.hgrc
</code></pre>

<p>Inside that file add:</p>

<pre><code>[extensions]
hgext.convert=
</code></pre>

<p>Save. Now do:</p>

<pre><code>hg convert my-git-repo
</code></pre>

<p>This will create a new directory called <code>my-git-repo-hg</code>. This will appear empty at first, so do this:</p>

<pre><code>cd my-git-repo-hg
hg checkout
</code></pre>

<p>All of your files will appear and you&#8217;re ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2009/10/17/convert-git-repository-to-mercurial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
