<?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: Mercurial for Subversion Expats: Merging remote changes. &#8220;abort: push creates new remote heads!&#8221;</title>
	<atom:link href="http://www.gubatron.com/blog/2010/11/14/mercurial-for-subversion-expats-merging-remote-changes-abort-push-creates-new-remote-heads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gubatron.com/blog/2010/11/14/mercurial-for-subversion-expats-merging-remote-changes-abort-push-creates-new-remote-heads/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 04 Jun 2013 23:48:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: robinsonc494</title>
		<link>http://www.gubatron.com/blog/2010/11/14/mercurial-for-subversion-expats-merging-remote-changes-abort-push-creates-new-remote-heads/#comment-949</link>
		<dc:creator>robinsonc494</dc:creator>
		<pubDate>Wed, 01 Dec 2010 10:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=2087#comment-949</guid>
		<description><![CDATA[Nothing related to this post but I followed a link from stackoverflow.com on what I believe was your profile.
I&#039;m the user you replied to on the Wordpress nosql fork. I&#039;m pasting below what I said over there in the hopes that you&#039;re notified.
I couldn&#039;t find a link to contact u, I&#039;m using my mobile so I may have missed it.

Ive only been poking around at the source code. with no interest from anyone to help I was going to leave most of it until next summer when I have more time to do it on my own but certainly if I&#039;m getting any help then I&#039;d be willing to kick up the pace right away. I&#039;m also very familiar with Apache cassandra,writing a book on it in fact. So if you&#039;re team has no ties to mongodb then even better. Although I should be able to easily learn the ons and outs of mongodb. Please let me know if this can go on, I&#039;d be very interested in being a part of it.


I&#039;ve included my correct email above. Drop me a line.]]></description>
		<content:encoded><![CDATA[<p>Nothing related to this post but I followed a link from stackoverflow.com on what I believe was your profile.<br />
I&#8217;m the user you replied to on the WordPress nosql fork. I&#8217;m pasting below what I said over there in the hopes that you&#8217;re notified.<br />
I couldn&#8217;t find a link to contact u, I&#8217;m using my mobile so I may have missed it.</p>
<p>Ive only been poking around at the source code. with no interest from anyone to help I was going to leave most of it until next summer when I have more time to do it on my own but certainly if I&#8217;m getting any help then I&#8217;d be willing to kick up the pace right away. I&#8217;m also very familiar with Apache cassandra,writing a book on it in fact. So if you&#8217;re team has no ties to mongodb then even better. Although I should be able to easily learn the ons and outs of mongodb. Please let me know if this can go on, I&#8217;d be very interested in being a part of it.</p>
<p>I&#8217;ve included my correct email above. Drop me a line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gubatron</title>
		<link>http://www.gubatron.com/blog/2010/11/14/mercurial-for-subversion-expats-merging-remote-changes-abort-push-creates-new-remote-heads/#comment-948</link>
		<dc:creator>gubatron</dc:creator>
		<pubDate>Sun, 21 Nov 2010 18:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=2087#comment-948</guid>
		<description><![CDATA[Ok, &quot;hg fetch&quot; is indeed an extension, and it&#039;s just an alias for &quot;hg pull -u&quot;

You enable it by adding the following in the [extensions] section of your .hgrc file

[bash]
[extensions]
hgext.fetch=
[/bash]

http://mercurial.selenic.com/wiki/FetchExtension]]></description>
		<content:encoded><![CDATA[<p>Ok, &#8220;hg fetch&#8221; is indeed an extension, and it&#8217;s just an alias for &#8220;hg pull -u&#8221;</p>
<p>You enable it by adding the following in the [extensions] section of your .hgrc file</p>
<p>[bash]<br />
[extensions]<br />
hgext.fetch=<br />
[/bash]</p>
<p><a href="http://mercurial.selenic.com/wiki/FetchExtension" rel="nofollow">http://mercurial.selenic.com/wiki/FetchExtension</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gubatron</title>
		<link>http://www.gubatron.com/blog/2010/11/14/mercurial-for-subversion-expats-merging-remote-changes-abort-push-creates-new-remote-heads/#comment-947</link>
		<dc:creator>gubatron</dc:creator>
		<pubDate>Sun, 21 Nov 2010 16:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=2087#comment-947</guid>
		<description><![CDATA[[bash]
gubatrons-macbook-pro-2:$ hg fetch
hg: unknown command &#039;fetch&#039;
[/bash]

I suppose it must be some extension.
I had already implemented a command of my own to automate the sequence. Thanks!]]></description>
		<content:encoded><![CDATA[<p>[bash]<br />
gubatrons-macbook-pro-2:$ hg fetch<br />
hg: unknown command &#8216;fetch&#8217;<br />
[/bash]</p>
<p>I suppose it must be some extension.<br />
I had already implemented a command of my own to automate the sequence. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdf</title>
		<link>http://www.gubatron.com/blog/2010/11/14/mercurial-for-subversion-expats-merging-remote-changes-abort-push-creates-new-remote-heads/#comment-946</link>
		<dc:creator>asdf</dc:creator>
		<pubDate>Sun, 14 Nov 2010 21:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=2087#comment-946</guid>
		<description><![CDATA[Just use &quot;hg fetch&quot; to automate away the pull/merge/commit sequence]]></description>
		<content:encoded><![CDATA[<p>Just use &#8220;hg fetch&#8221; to automate away the pull/merge/commit sequence</p>
]]></content:encoded>
	</item>
</channel>
</rss>
