<?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: Using hg-git to work in git and push to hg</title>
	<atom:link href="http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-in-git-and-push-to-hg/feed/" rel="self" type="application/rss+xml" />
	<link>http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-in-git-and-push-to-hg/</link>
	<description>/blog</description>
	<lastBuildDate>Fri, 22 Oct 2010 20:43:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Paul Bolle</title>
		<link>http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-in-git-and-push-to-hg/#comment-330</link>
		<dc:creator>Paul Bolle</dc:creator>
		<pubDate>Fri, 22 Oct 2010 20:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/?p=37#comment-330</guid>
		<description>0) On the hg side I&#039;m playing with this tweak in the .hg/hgrc file to make this even easier:

[hooks]
post-pull.bookmark = hg bookmark -f hg/default -r default
post-pull.export = hg gexport

On the git side I now have this configured:

[alias]
hpull = !hg pull

1) So I only have to do a &quot;git hpull&quot; every now and then. After that I manually merge (remote branch) &quot;hg/default&quot; into (local branch) &quot;default&quot;.

(I guess a shell script might make this setup more reliable and more transparent, ie allowing one to forget that you are actually using a clone of a hg repository.) 

2) By the way, I don&#039;t push to hg repositories.</description>
		<content:encoded><![CDATA[<p>0) On the hg side I&#8217;m playing with this tweak in the .hg/hgrc file to make this even easier:</p>
<p>[hooks]<br />
post-pull.bookmark = hg bookmark -f hg/default -r default<br />
post-pull.export = hg gexport</p>
<p>On the git side I now have this configured:</p>
<p>[alias]<br />
hpull = !hg pull</p>
<p>1) So I only have to do a &#8220;git hpull&#8221; every now and then. After that I manually merge (remote branch) &#8220;hg/default&#8221; into (local branch) &#8220;default&#8221;.</p>
<p>(I guess a shell script might make this setup more reliable and more transparent, ie allowing one to forget that you are actually using a clone of a hg repository.) </p>
<p>2) By the way, I don&#8217;t push to hg repositories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destillat #49 &#8211; Git, Mercurial, Subversion und Co. &#124; Open Source und Wetware</title>
		<link>http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-in-git-and-push-to-hg/#comment-329</link>
		<dc:creator>Destillat #49 &#8211; Git, Mercurial, Subversion und Co. &#124; Open Source und Wetware</dc:creator>
		<pubDate>Sat, 17 Jul 2010 08:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/?p=37#comment-329</guid>
		<description>[...] Using hg-git to work in git and push to hg  [...]</description>
		<content:encoded><![CDATA[<p>[...] Using hg-git to work in git and push to hg  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: traviscline.com » Using hg-git to work in git and push to hg &#171; Netcrema &#8211; creme de la social news via digg + delicious + stumpleupon + reddit</title>
		<link>http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-in-git-and-push-to-hg/#comment-302</link>
		<dc:creator>traviscline.com » Using hg-git to work in git and push to hg &#171; Netcrema &#8211; creme de la social news via digg + delicious + stumpleupon + reddit</dc:creator>
		<pubDate>Wed, 28 Apr 2010 20:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/?p=37#comment-302</guid>
		<description>[...] traviscline.com » Using hg-git to work in git and push to hgtraviscline.com [...]</description>
		<content:encoded><![CDATA[<p>[...] traviscline.com » Using hg-git to work in git and push to hgtraviscline.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://traviscline.com/blog/2010/04/27/using-hg-git-to-work-in-git-and-push-to-hg/#comment-301</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 28 Apr 2010 19:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/?p=37#comment-301</guid>
		<description>Thank you for bringing the app to my attention. Having a test now.</description>
		<content:encoded><![CDATA[<p>Thank you for bringing the app to my attention. Having a test now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

