<?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: Three simple Mercurial rules</title>
	<atom:link href="http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Wed, 22 May 2013 13:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: G. Richard Bellamy</title>
		<link>http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/#comment-3966</link>
		<dc:creator>G. Richard Bellamy</dc:creator>
		<pubDate>Fri, 30 Sep 2011 13:14:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/01/31/three-simple-mercurial-rules.aspx#comment-3966</guid>
		<description>This is intriguing. Maybe show a screenshot of the DAG using this workflow, for comparison?</description>
		<content:encoded><![CDATA[<p>This is intriguing. Maybe show a screenshot of the DAG using this workflow, for comparison?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Clowers</title>
		<link>http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/#comment-2808</link>
		<dc:creator>Robin Clowers</dc:creator>
		<pubDate>Tue, 01 Feb 2011 17:45:30 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/01/31/three-simple-mercurial-rules.aspx#comment-2808</guid>
		<description>Do you ever run into problems with rebase?  I have been using a rebase workflow for some time now, but every now and then I have strange problems.  Just the other day a rebase failed with an error about not being able to access a file, and let my repo with several commits duplicated.</description>
		<content:encoded><![CDATA[<p>Do you ever run into problems with rebase?  I have been using a rebase workflow for some time now, but every now and then I have strange problems.  Just the other day a rebase failed with an error about not being able to access a file, and let my repo with several commits duplicated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/#comment-2807</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Tue, 01 Feb 2011 17:21:59 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/01/31/three-simple-mercurial-rules.aspx#comment-2807</guid>
		<description>@Brian

For project work, I&#039;ve stopped using bookmarks.  Instead, just named branches.  This is because most of the time I want to push what I have to the central repo, and bookmarks just aren&#039;t as well integrated with 3rd party tools.

For OSS stuff, I do find that bookmarks work better, since I&#039;m doing a lot more experimenting and whatnot.

The thing is, you can always move commits on an anonymous branch/bookmark to a named branch to &quot;graduate&quot; them, if you use the transplant extensions.</description>
		<content:encoded><![CDATA[<p>@Brian</p>
<p>For project work, I&#8217;ve stopped using bookmarks.  Instead, just named branches.  This is because most of the time I want to push what I have to the central repo, and bookmarks just aren&#8217;t as well integrated with 3rd party tools.</p>
<p>For OSS stuff, I do find that bookmarks work better, since I&#8217;m doing a lot more experimenting and whatnot.</p>
<p>The thing is, you can always move commits on an anonymous branch/bookmark to a named branch to &#8220;graduate&#8221; them, if you use the transplant extensions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mohundro</title>
		<link>http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/#comment-2806</link>
		<dc:creator>David Mohundro</dc:creator>
		<pubDate>Tue, 01 Feb 2011 16:08:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/01/31/three-simple-mercurial-rules.aspx#comment-2806</guid>
		<description>That&#039;s pretty close to the workflow that has worked for us - one of my coworkers blogged about it at http://rndnext.blogspot.com/2011/01/mercurial-named-branch-workflow.html.

Win because it works with TeamCity and it&#039;s also been relatively easy for us to integrate in with our bug tracking software as well.</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty close to the workflow that has worked for us &#8211; one of my coworkers blogged about it at <a href="http://rndnext.blogspot.com/2011/01/mercurial-named-branch-workflow.html" rel="nofollow">http://rndnext.blogspot.com/2011/01/mercurial-named-branch-workflow.html</a>.</p>
<p>Win because it works with TeamCity and it&#8217;s also been relatively easy for us to integrate in with our bug tracking software as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Sullivan</title>
		<link>http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/#comment-2805</link>
		<dc:creator>Brian Sullivan</dc:creator>
		<pubDate>Tue, 01 Feb 2011 15:28:58 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/01/31/three-simple-mercurial-rules.aspx#comment-2805</guid>
		<description>So have you stopped using bookmarks, or are you still using them for local topic branches that never end up getting pushed?

I&#039;ve found that bookmarks are nice because they&#039;re lightweight, but I run into trouble when something I thought was going to be a short-lived topic &quot;branch&quot; ends up needing to be pushed and maintained as a slightly longer-lived separate line of development.

TeamCity in particular makes me consider using branches more often, since I can&#039;t create a new build based on a bookmark, but I can with a branch.</description>
		<content:encoded><![CDATA[<p>So have you stopped using bookmarks, or are you still using them for local topic branches that never end up getting pushed?</p>
<p>I&#8217;ve found that bookmarks are nice because they&#8217;re lightweight, but I run into trouble when something I thought was going to be a short-lived topic &#8220;branch&#8221; ends up needing to be pushed and maintained as a slightly longer-lived separate line of development.</p>
<p>TeamCity in particular makes me consider using branches more often, since I can&#8217;t create a new build based on a bookmark, but I can with a branch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
