<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shawn Wilsher &#187; hg</title>
	<atom:link href="http://shawnwilsher.com/archives/tag/hg/feed" rel="self" type="application/rss+xml" />
	<link>http://shawnwilsher.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Dec 2011 10:37:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Double Landings?  No Problem!</title>
		<link>http://shawnwilsher.com/archives/192</link>
		<comments>http://shawnwilsher.com/archives/192#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:13:59 +0000</pubDate>
		<dc:creator>Shawn Wilsher</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[hg]]></category>

		<guid isPermaLink="false">http://shawnwilsher.com/?p=192</guid>
		<description><![CDATA[I just found a really useful way to do the double landings that we have to do if we want to land anything on the 1.9.1 branch right now. hg has this handy feature that will let you import from a url, which means it&#8217;s incredibly simple to take a changeset from mozilla-central, and then [...]]]></description>
			<content:encoded><![CDATA[<p>I just found a really useful way to do the double landings that we have to do if we want to land anything on the 1.9.1 branch right now.  hg has this handy feature that will let you import from a url, which means it&#8217;s incredibly simple to take a changeset from mozilla-central, and then push it to mozilla-1.9.1:</p>
<ol>
<li>Figure out your changeset url for mozilla-central.  For this example, we&#8217;ll use <a href="http://hg.mozilla.org/mozilla-central/rev/242894260a86">http://hg.mozilla.org/mozilla-central/rev/242894260a86</a>.</li>
<li>In your mozilla-1.9.1 tree, run <tt>hg import</tt> and pass in the previously obtained mozilla-central revision url, with a minor modification: change <tt>rev</tt> to <tt>raw-rev</tt> (so you&#8217;ll end up with <a href="http://hg.mozilla.org/mozilla-central/raw-rev/242894260a86">http://hg.mozilla.org/mozilla-central/raw-rev/242894260a86</a></li>
</ol>
<p>Assuming it applied cleanly, you now have that changeset as a local commit in your repo.  You can now push like you always do.  Happy landings!</p>
]]></content:encoded>
			<wfw:commentRss>http://shawnwilsher.com/archives/192/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

