<?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: Mercurial workflows: mainline workflow</title>
	<atom:link href="http://lostechies.com/jimmybogard/2010/07/28/mercurial-workflows-mainline-workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2010/07/28/mercurial-workflows-mainline-workflow/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: mizipzor</title>
		<link>http://lostechies.com/jimmybogard/2010/07/28/mercurial-workflows-mainline-workflow/#comment-2523</link>
		<dc:creator>mizipzor</dc:creator>
		<pubDate>Thu, 25 Nov 2010 17:08:37 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/27/mercurial-workflows-mainline-workflow.aspx#comment-2523</guid>
		<description>Isnt this command wrong?

hg push -b master

The way I read it, you intended to do:

hg push -r master

Since -b specifies a branch it wont work, bookmarks are used like tags/revisions. Your branch is named &quot;dev&quot; if I read your graph correctly.

Or did I misunderstand something else? I get errors if I try to push a bookmark with -b.</description>
		<content:encoded><![CDATA[<p>Isnt this command wrong?</p>
<p>hg push -b master</p>
<p>The way I read it, you intended to do:</p>
<p>hg push -r master</p>
<p>Since -b specifies a branch it wont work, bookmarks are used like tags/revisions. Your branch is named &#8220;dev&#8221; if I read your graph correctly.</p>
<p>Or did I misunderstand something else? I get errors if I try to push a bookmark with -b.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Sullivan</title>
		<link>http://lostechies.com/jimmybogard/2010/07/28/mercurial-workflows-mainline-workflow/#comment-2522</link>
		<dc:creator>Brian Sullivan</dc:creator>
		<pubDate>Wed, 28 Jul 2010 12:41:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/27/mercurial-workflows-mainline-workflow.aspx#comment-2522</guid>
		<description>Thanks for continuing to post on your Hg workflow.  It&#039;s definitely helping me refine and nail down my own usage patterns.</description>
		<content:encoded><![CDATA[<p>Thanks for continuing to post on your Hg workflow.  It&#8217;s definitely helping me refine and nail down my own usage patterns.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
