<?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: A really unfriendly and not so fair approach to GIT vs. Mercurial</title>
	<atom:link href="http://blog.experimentalworks.net/2009/02/a-really-unfriendly-and-not-so-fair-approach-to-git-vs-mercurial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.experimentalworks.net/2009/02/a-really-unfriendly-and-not-so-fair-approach-to-git-vs-mercurial/</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 13:28:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ismael Juma</title>
		<link>http://blog.experimentalworks.net/2009/02/a-really-unfriendly-and-not-so-fair-approach-to-git-vs-mercurial/comment-page-1/#comment-88</link>
		<dc:creator>Ismael Juma</dc:creator>
		<pubDate>Sat, 07 Mar 2009 17:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.experimentalworks.net/?p=156#comment-88</guid>
		<description>Hi,

Interesting post. The IDE integration is not fully accurate, however.

&quot;They want to have it integrated in their Eclipse, their NetBeans, Visual Studio, their Windows explorer and so on, and frankly, git does a poor job in that area. I know there is an eclipse plugin (but the mercurial one is stilll a thousand times better), and all this fancy stuff, but what do they do, damn, they have to parse the shell output.&quot;

The Mercurial plugin for Eclipse is indeed better, but for a different reason than the one you mention. Ironically, the Mercurial plugin for Eclipse is the one that parses shell output (although it uses styles/templates to make it less fragile) while the Git plugin uses a pure Java library, JGit.

JGit is a reimplementation of Git in Java and it&#039;s still not complete. As you can imagine, the reimplementation is quite a bit of work, and I believe it&#039;s the main reason why MercurialEclipse is so far ahead at the moment.

Ismael</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Interesting post. The IDE integration is not fully accurate, however.</p>
<p>&#8220;They want to have it integrated in their Eclipse, their NetBeans, Visual Studio, their Windows explorer and so on, and frankly, git does a poor job in that area. I know there is an eclipse plugin (but the mercurial one is stilll a thousand times better), and all this fancy stuff, but what do they do, damn, they have to parse the shell output.&#8221;</p>
<p>The Mercurial plugin for Eclipse is indeed better, but for a different reason than the one you mention. Ironically, the Mercurial plugin for Eclipse is the one that parses shell output (although it uses styles/templates to make it less fragile) while the Git plugin uses a pure Java library, JGit.</p>
<p>JGit is a reimplementation of Git in Java and it&#8217;s still not complete. As you can imagine, the reimplementation is quite a bit of work, and I believe it&#8217;s the main reason why MercurialEclipse is so far ahead at the moment.</p>
<p>Ismael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fa</title>
		<link>http://blog.experimentalworks.net/2009/02/a-really-unfriendly-and-not-so-fair-approach-to-git-vs-mercurial/comment-page-1/#comment-67</link>
		<dc:creator>fa</dc:creator>
		<pubDate>Mon, 23 Feb 2009 08:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.experimentalworks.net/?p=156#comment-67</guid>
		<description>Nice summary, as far as my somewhat more limited knowledge on that field is concerned.

Maybe your song of choice should&#039;ve been &#039;Talking Heads - Road to Nowhere&#039; though :P

PS: unintelligle captcha made me restart completely with that post.</description>
		<content:encoded><![CDATA[<p>Nice summary, as far as my somewhat more limited knowledge on that field is concerned.</p>
<p>Maybe your song of choice should&#8217;ve been &#8216;Talking Heads &#8211; Road to Nowhere&#8217; though :P</p>
<p>PS: unintelligle captcha made me restart completely with that post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Fogel</title>
		<link>http://blog.experimentalworks.net/2009/02/a-really-unfriendly-and-not-so-fair-approach-to-git-vs-mercurial/comment-page-1/#comment-64</link>
		<dc:creator>Karl Fogel</dc:creator>
		<pubDate>Sun, 22 Feb 2009 22:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.experimentalworks.net/?p=156#comment-64</guid>
		<description>Okay, I admit I enjoyed the post :-) .  But since you yourself said it&#039;s the &quot;most subjective, most pointless approach to this topic ever&quot;, I hope I&#039;m allowed to comment on the bzr bashing:

I use bzr daily and have been pretty happy with it.  It&#039;s much faster now than it used to be (did you have speed problems before?)  Disclaimer: I started using it because I work for a company (Canonical) that sponsors Bzr development, so it&#039;s part of my job.

As I read what you wrote about the staging areas and hunk selection in Git, I thought: I&#039;ve never wanted that, but if I did, it should be implementable in any version control system, including bzr.  It seems like essentially an interface between the vcs and the editor, more than between the vcs and its storage backend?</description>
		<content:encoded><![CDATA[<p>Okay, I admit I enjoyed the post :-) .  But since you yourself said it&#8217;s the &#8220;most subjective, most pointless approach to this topic ever&#8221;, I hope I&#8217;m allowed to comment on the bzr bashing:</p>
<p>I use bzr daily and have been pretty happy with it.  It&#8217;s much faster now than it used to be (did you have speed problems before?)  Disclaimer: I started using it because I work for a company (Canonical) that sponsors Bzr development, so it&#8217;s part of my job.</p>
<p>As I read what you wrote about the staging areas and hunk selection in Git, I thought: I&#8217;ve never wanted that, but if I did, it should be implementable in any version control system, including bzr.  It seems like essentially an interface between the vcs and the editor, more than between the vcs and its storage backend?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
