<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A guide to getting the hg-git Mercurial plugin to work on a Windows machine</title>
	<atom:link href="http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 15 May 2012 16:25:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Blog Author</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-69</link>
		<dc:creator><![CDATA[Blog Author]]></dc:creator>
		<pubDate>Tue, 15 May 2012 16:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-69</guid>
		<description><![CDATA[Thanks, I&#039;ve updated the article and credited you in the troubleshooting section.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve updated the article and credited you in the troubleshooting section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SPR</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-68</link>
		<dc:creator><![CDATA[SPR]]></dc:creator>
		<pubDate>Tue, 15 May 2012 15:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-68</guid>
		<description><![CDATA[Was banging my head against the “abort: The system cannot find the file specified” error. Followed this excellent article to the letter. Tried a couple of others which all suggested a similar approach. No joy. Then, finally, squirreled away in a google discussion group - the answer...

I was using the Windows command line dialog. This was the problem. Try typing &#039;git&#039; and it works. Try typing &#039;git.exe&#039; and it fails because the git installation actually uses &#039;git.cmd&#039; to fire off instructions. But hggit / Dulwich / Python goes looking for &#039;git.exe&#039;, cannot find it and blows up with the all too familiar error (if only it could have displayed which file it could not find).

The solution is to use the Git Bash shell which does recognize &#039;git.exe&#039;.]]></description>
		<content:encoded><![CDATA[<p>Was banging my head against the “abort: The system cannot find the file specified” error. Followed this excellent article to the letter. Tried a couple of others which all suggested a similar approach. No joy. Then, finally, squirreled away in a google discussion group &#8211; the answer&#8230;</p>
<p>I was using the Windows command line dialog. This was the problem. Try typing &#8216;git&#8217; and it works. Try typing &#8216;git.exe&#8217; and it fails because the git installation actually uses &#8216;git.cmd&#8217; to fire off instructions. But hggit / Dulwich / Python goes looking for &#8216;git.exe&#8217;, cannot find it and blows up with the all too familiar error (if only it could have displayed which file it could not find).</p>
<p>The solution is to use the Git Bash shell which does recognize &#8216;git.exe&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RasmusKL's Blog &#124; Converting a Mercurial repository to Git (Windows)</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-66</link>
		<dc:creator><![CDATA[RasmusKL's Blog &#124; Converting a Mercurial repository to Git (Windows)]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 21:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-66</guid>
		<description><![CDATA[[...] can find quite a few posts describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can find quite a few posts describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RasmusKL's Blog &#124; Converting a Mercurial repository into a Git repository (Windows)</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-65</link>
		<dc:creator><![CDATA[RasmusKL's Blog &#124; Converting a Mercurial repository into a Git repository (Windows)]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 21:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-65</guid>
		<description><![CDATA[[...] can find quite a few posts&#160;describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can find quite a few posts&#160;describing how to convert – but many of the steps mentioned in those guides are not needed if you have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A guide to getting the hg-git Mercurial plugin to work on a Windows machine at VanDragt.com</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-64</link>
		<dc:creator><![CDATA[A guide to getting the hg-git Mercurial plugin to work on a Windows machine at VanDragt.com]]></dc:creator>
		<pubDate>Sun, 12 Feb 2012 16:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-64</guid>
		<description><![CDATA[[...] use openssh from cygwin, double click your github private key to add it to the keychain.via A guide to getting the hg-git Mercurial plugin to work on a Windows machineWritten by Sander February 12th, 2012 at 4:09 pmPosted in Uncategorized&#171; What Happens When You [...]]]></description>
		<content:encoded><![CDATA[<p>[...] use openssh from cygwin, double click your github private key to add it to the keychain.via A guide to getting the hg-git Mercurial plugin to work on a Windows machineWritten by Sander February 12th, 2012 at 4:09 pmPosted in Uncategorized&laquo; What Happens When You [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Panulla</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-51</link>
		<dc:creator><![CDATA[Brian Panulla]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 18:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-51</guid>
		<description><![CDATA[Thanks for this post! One update: looks like Dulwich is included in recent builds of TortoiseHg. All I needed to do was clone hg-git, add it to hgrc, and go.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post! One update: looks like Dulwich is included in recent builds of TortoiseHg. All I needed to do was clone hg-git, add it to hgrc, and go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Gatto</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-28</link>
		<dc:creator><![CDATA[Michael Gatto]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 18:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-28</guid>
		<description><![CDATA[I use Bitvise&#039;s Tunnelier and it seems one could alias &#039;ssh&#039; to Tunnelier&#039;s &#039;sexec&#039; instead of having to install Cygwin, which I really don&#039;t want to do. I&#039;ll try it and report back unless anyone knows a really good reason not to.]]></description>
		<content:encoded><![CDATA[<p>I use Bitvise&#8217;s Tunnelier and it seems one could alias &#8216;ssh&#8217; to Tunnelier&#8217;s &#8216;sexec&#8217; instead of having to install Cygwin, which I really don&#8217;t want to do. I&#8217;ll try it and report back unless anyone knows a really good reason not to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbochi</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-27</link>
		<dc:creator><![CDATA[jbochi]]></dc:creator>
		<pubDate>Wed, 07 Jul 2010 00:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-27</guid>
		<description><![CDATA[Thank you! I was receiveing the &quot;File not found.&quot; error because Cygwin’s OpenSSH was not installed]]></description>
		<content:encoded><![CDATA[<p>Thank you! I was receiveing the &#8220;File not found.&#8221; error because Cygwin’s OpenSSH was not installed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SzRudi</title>
		<link>http://candidcode.com/2010/01/12/a-guide-to-converting-from-mercurial-hg-to-git-on-a-windows-client/#comment-20</link>
		<dc:creator><![CDATA[SzRudi]]></dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://candidcode.com/?p=73#comment-20</guid>
		<description><![CDATA[Thanks a lot! (especially for step 2.)

I just didn&#039;t know what to do after reading the official pages of hg-git.. Why couldn&#039;t they just write it simply like you did.. Thanks again!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot! (especially for step 2.)</p>
<p>I just didn&#8217;t know what to do after reading the official pages of hg-git.. Why couldn&#8217;t they just write it simply like you did.. Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

