<?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 for x.zpuppet.org</title>
	<atom:link href="http://x.zpuppet.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://x.zpuppet.org</link>
	<description>blog</description>
	<lastBuildDate>Thu, 01 Jul 2010 18:21:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on mercurial tasks extension by Bob W</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-83</link>
		<dc:creator>Bob W</dc:creator>
		<pubDate>Thu, 01 Jul 2010 18:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-83</guid>
		<description>So...tasks, then, are basically like bookmarks that record every changeset that has been a part of them (instead of only the tip), and that provide you with an extra filter in front of the multiple-head-catch, which (depending on your workflow) may be more convenient than always pushing with -r?

I&#039;m going to have to look into this; it sounds really interesting. Two things that have me curious are what happens if you DO push with -r, and what happens if you try to rebase a task.</description>
		<content:encoded><![CDATA[<p>So&#8230;tasks, then, are basically like bookmarks that record every changeset that has been a part of them (instead of only the tip), and that provide you with an extra filter in front of the multiple-head-catch, which (depending on your workflow) may be more convenient than always pushing with -r?</p>
<p>I&#8217;m going to have to look into this; it sounds really interesting. Two things that have me curious are what happens if you DO push with -r, and what happens if you try to rebase a task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by alu</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-82</link>
		<dc:creator>alu</dc:creator>
		<pubDate>Mon, 12 Apr 2010 06:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-82</guid>
		<description>Hi Ryan,
For me, this highlights the differences:


&quot;For me bookmarks lack two features: tracking all changesets belonging to a particular task, and being able to push completed tasks easily while ensuring that incomplete tasks are not pushed.&quot;


Dilip, yes mq can do a lot of the same things (and a lot more!), but I wanted something that worked by adding some metadata on a regular hg repo instead of a stack of patches.


-Alex</description>
		<content:encoded><![CDATA[<p>Hi Ryan,<br />
For me, this highlights the differences:</p>
<p>&#8220;For me bookmarks lack two features: tracking all changesets belonging to a particular task, and being able to push completed tasks easily while ensuring that incomplete tasks are not pushed.&#8221;</p>
<p>Dilip, yes mq can do a lot of the same things (and a lot more!), but I wanted something that worked by adding some metadata on a regular hg repo instead of a stack of patches.</p>
<p>-Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by Ryan</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-81</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 09 Apr 2010 19:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-81</guid>
		<description>Let me expand my question: this looks very similar to Mercurial&#039;s bookmarks extension. Can you highlight the differences?</description>
		<content:encoded><![CDATA[<p>Let me expand my question: this looks very similar to Mercurial&#8217;s bookmarks extension. Can you highlight the differences?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by Ryan</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-80</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 06 Apr 2010 18:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-80</guid>
		<description>So the main difference from the bookmarks extension is that this protects you from pushing incomplete tasks?</description>
		<content:encoded><![CDATA[<p>So the main difference from the bookmarks extension is that this protects you from pushing incomplete tasks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial bookmarks by Kabari</title>
		<link>http://x.zpuppet.org/2009/02/27/mercurial-bookmarks/comment-page-1/#comment-79</link>
		<dc:creator>Kabari</dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=15#comment-79</guid>
		<description>What I still don&#039;t understand, and haven&#039;t seen mentioned anywhere, is:

a) what happens if you do an `hg push` while there are bookmarks with commits in them? Do ALL of those commits get pushed even if you are in a separate bookmark?

b) How do move out of all bookmarks back into the main branch? (As in you first example where none of the bookmarks are active)

I think some of my confusion comes from my familiarity with git branches...</description>
		<content:encoded><![CDATA[<p>What I still don&#8217;t understand, and haven&#8217;t seen mentioned anywhere, is:</p>
<p>a) what happens if you do an `hg push` while there are bookmarks with commits in them? Do ALL of those commits get pushed even if you are in a separate bookmark?</p>
<p>b) How do move out of all bookmarks back into the main branch? (As in you first example where none of the bookmarks are active)</p>
<p>I think some of my confusion comes from my familiarity with git branches&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by Dilip</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-77</link>
		<dc:creator>Dilip</dc:creator>
		<pubDate>Fri, 27 Nov 2009 15:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-77</guid>
		<description>Just explored mq! the same stuff  can be done using it.if we think each task as a patch! :)</description>
		<content:encoded><![CDATA[<p>Just explored mq! the same stuff  can be done using it.if we think each task as a patch! <img src='http://x.zpuppet.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by Dilip</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-76</link>
		<dc:creator>Dilip</dc:creator>
		<pubDate>Tue, 03 Nov 2009 08:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-76</guid>
		<description>A great extension. But won;t work on windows

D:\repos\hgoff&gt;hg task
*** failed to import extension tasks from &quot;D:\repos\hgoff\.hg\tasks.py&quot;: [Errno 22] Invali
d argument
hg: unknown command &#039;task&#039;
Mercurial Distributed SCM</description>
		<content:encoded><![CDATA[<p>A great extension. But won;t work on windows</p>
<p>D:\repos\hgoff&gt;hg task<br />
*** failed to import extension tasks from &#8220;D:\repos\hgoff\.hg\tasks.py&#8221;: [Errno 22] Invali<br />
d argument<br />
hg: unknown command &#8216;task&#8217;<br />
Mercurial Distributed SCM</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by Dilip</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-75</link>
		<dc:creator>Dilip</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-75</guid>
		<description>Great! This will prevent me pushing all incomplete tasks!</description>
		<content:encoded><![CDATA[<p>Great! This will prevent me pushing all incomplete tasks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by Sander Smits</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-68</link>
		<dc:creator>Sander Smits</dc:creator>
		<pubDate>Mon, 11 May 2009 13:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-68</guid>
		<description>This is exactly what kept me from switching from Git to Mercurial! Git&#039;s cheap local branches are the killer feature for me and your tasks extension seems to provide the same functionality. Great! I sure hope this ends up in the core.</description>
		<content:encoded><![CDATA[<p>This is exactly what kept me from switching from Git to Mercurial! Git&#8217;s cheap local branches are the killer feature for me and your tasks extension seems to provide the same functionality. Great! I sure hope this ends up in the core.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mercurial tasks extension by Aaron</title>
		<link>http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/comment-page-1/#comment-66</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 01 May 2009 18:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://x.zpuppet.org/?p=56#comment-66</guid>
		<description>Thanks for the writeup!  I had read your previous post about bookmarks and found it handy.  I like bookmarks, but what I wanted was more like git branches, which is what the tasks seem to do.  This matches my personal workflow almost exactly.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup!  I had read your previous post about bookmarks and found it handy.  I like bookmarks, but what I wanted was more like git branches, which is what the tasks seem to do.  This matches my personal workflow almost exactly.  Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
