<?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: How I Work on Tracemonkey</title>
	<atom:link href="http://blog.mozilla.com/nnethercote/2009/07/27/how-i-work-on-tracemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/nnethercote/2009/07/27/how-i-work-on-tracemonkey/</link>
	<description></description>
	<lastBuildDate>Sun, 12 Feb 2012 21:54:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Antony</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/27/how-i-work-on-tracemonkey/comment-page-1/#comment-224</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=146#comment-224</guid>
		<description>Couldn&#039;t you manage your bash configs by placing them in a online mercurial repostitory, like bitbucket?  Of course, if you have machine-specific settings in there, this won&#039;t be ideal.

When managing files that are shared across machines, I keep machine-specific settings wrapped in an if test that checks for the existance of a &#039;.hostname. file in &#039;~&#039;.

Whatever works :).</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you manage your bash configs by placing them in a online mercurial repostitory, like bitbucket?  Of course, if you have machine-specific settings in there, this won&#8217;t be ideal.</p>
<p>When managing files that are shared across machines, I keep machine-specific settings wrapped in an if test that checks for the existance of a &#8216;.hostname. file in &#8216;~&#8217;.</p>
<p>Whatever works <img src='http://blog.mozilla.com/nnethercote/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Mielczarek</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/27/how-i-work-on-tracemonkey/comment-page-1/#comment-223</link>
		<dc:creator>Ted Mielczarek</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=146#comment-223</guid>
		<description>Just FYI, if you enable the rebase extension (which ships with Mercurial) you can use &quot;hg pull --rebase&quot; with MQ patches applied, and you will get the chance to merge differences with your applied patches and upstream changes. It makes life a lot easier using MQ.</description>
		<content:encoded><![CDATA[<p>Just FYI, if you enable the rebase extension (which ships with Mercurial) you can use &#8220;hg pull &#8211;rebase&#8221; with MQ patches applied, and you will get the chance to merge differences with your applied patches and upstream changes. It makes life a lot easier using MQ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graydon</title>
		<link>http://blog.mozilla.com/nnethercote/2009/07/27/how-i-work-on-tracemonkey/comment-page-1/#comment-222</link>
		<dc:creator>graydon</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/nnethercote/?p=146#comment-222</guid>
		<description>If you are using a new-ish mercurial, &#039;hg pull --rebase&#039; *with* an MQ series applied will do a 3-way merge of your entire MQ patch series to tip, rebasing the series, rather than using patch(1).

(Assuming you want to use MQ; multiple clone-branches seems to be serving you well)</description>
		<content:encoded><![CDATA[<p>If you are using a new-ish mercurial, &#8216;hg pull &#8211;rebase&#8217; *with* an MQ series applied will do a 3-way merge of your entire MQ patch series to tip, rebasing the series, rather than using patch(1).</p>
<p>(Assuming you want to use MQ; multiple clone-branches seems to be serving you well)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

