<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Recovering a Branch From a Bazaar Repository</title>
	<link>http://blogs.gnome.org/jamesh/2006/12/18/recovering-a-branch-from-a-bazaar-repository/</link>
	<description>Random stuff</description>
	<pubDate>Sun, 20 Jul 2008 15:12:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: John Meinel</title>
		<link>http://blogs.gnome.org/jamesh/2006/12/18/recovering-a-branch-from-a-bazaar-repository/#comment-352</link>
		<dc:creator>John Meinel</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/jamesh/2006/12/18/recovering-a-branch-from-a-bazaar-repository/#comment-352</guid>
		<description>There is a 'heads' plugin that lets you do a lot of this: &lt;a href="https://launchpad.net/products/heads"&gt;https://launchpad.net/products/heads&lt;/a&gt;&lt;p/&gt;Basically, it is just designed to show you what unmerged tips are in your repository.&lt;p/&gt;Also, an easier way to get someone else's revision into your repository is to do:&lt;p/&gt;bzr init my-copy (this can be in a repo, but doesn't have to be)&lt;p/&gt;cd my-copy&lt;br/&gt;bzr pull -r revid: &lt;a href="http://their/branch"&gt;http://their/branch&lt;/a&gt;&lt;p/&gt;"their/branch" needs to be in the repository. But I don't think it actually needs to be in the history of the branch. It just needs to be searchable from there.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>There is a &#8216;heads&#8217; plugin that lets you do a lot of this: <a href="https://launchpad.net/products/heads">https://launchpad.net/products/heads</a>
<p />Basically, it is just designed to show you what unmerged tips are in your repository.
<p />Also, an easier way to get someone else&#8217;s revision into your repository is to do:
<p />bzr init my-copy (this can be in a repo, but doesn&#8217;t have to be)
<p />cd my-copy<br />bzr pull -r revid: <a href="http://their/branch">http://their/branch</a>
<p />&#8220;their/branch&#8221; needs to be in the repository. But I don&#8217;t think it actually needs to be in the history of the branch. It just needs to be searchable from there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
