<?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: hg qimport my-bugzilla-patch redux</title>
	<atom:link href="http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/feed/" rel="self" type="application/rss+xml" />
	<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/</link>
	<description>witty tagline</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:13:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt Brubeck</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-12160</link>
		<dc:creator>Matt Brubeck</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-12160</guid>
		<description>johnjbarton, the latest version uses &quot;hg qimport bz://1234567&quot; instead of the separate qimportbz command.</description>
		<content:encoded><![CDATA[<p>johnjbarton, the latest version uses &#8220;hg qimport bz://1234567&#8243; instead of the separate qimportbz command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnjbarton</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-7615</link>
		<dc:creator>johnjbarton</dc:creator>
		<pubDate>Fri, 05 Feb 2010 05:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-7615</guid>
		<description>I tried to use the instructions in the blog but did not succeed. When I type
   hg qimportbz 508562
I get 
hg: unknown command &#039;qimportbz&#039;
But if I type 
   hg help
I get enabled extensions
 qimportbz qimportbz
If I type 
 hg help qimportbz
I get the help text. So I must be close.
Did these steps:
1) hg clone http://hg.mozilla.org/users/robarnold_cmu.edu/qimportbz qimportbz
2) edit Mozilla.ini, add
qimportbz = c:/mozilla/tools/qimportbz 
3) installed python since it looked like it was used.
But no luck. Hints?
jjb</description>
		<content:encoded><![CDATA[<p>I tried to use the instructions in the blog but did not succeed. When I type<br />
   hg qimportbz 508562<br />
I get<br />
hg: unknown command &#8216;qimportbz&#8217;<br />
But if I type<br />
   hg help<br />
I get enabled extensions<br />
 qimportbz qimportbz<br />
If I type<br />
 hg help qimportbz<br />
I get the help text. So I must be close.<br />
Did these steps:<br />
1) hg clone <a href="http://hg.mozilla.org/users/robarnold_cmu.edu/qimportbz" rel="nofollow">http://hg.mozilla.org/users/robarnold_cmu.edu/qimportbz</a> qimportbz<br />
2) edit Mozilla.ini, add<br />
qimportbz = c:/mozilla/tools/qimportbz<br />
3) installed python since it looked like it was used.<br />
But no luck. Hints?<br />
jjb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Arnold</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-6702</link>
		<dc:creator>Rob Arnold</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-6702</guid>
		<description>Mercurial&#039;s behavior towards the % in config files changed - in newer versions you no longer need to escape % so I suspect this is the problem you&#039;re having.</description>
		<content:encoded><![CDATA[<p>Mercurial&#8217;s behavior towards the % in config files changed &#8211; in newer versions you no longer need to escape % so I suspect this is the problem you&#8217;re having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Matthews</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-6699</link>
		<dc:creator>Josh Matthews</dc:creator>
		<pubDate>Thu, 14 Jan 2010 01:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-6699</guid>
		<description>When using this now, I get patches showing up as bug-%(bugnum)s in my queue.  Any thoughts?</description>
		<content:encoded><![CDATA[<p>When using this now, I get patches showing up as bug-%(bugnum)s in my queue.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-2575</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Tue, 22 Sep 2009 22:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-2575</guid>
		<description>I hit three more problems:

 - The advice to double % signs in patch_format is incorrect for Mercurial 1.3.1.

 - ui.prompt() doesn&#039;t have a pat= keyword argument in Mercurial 1.3.1.  I don&#039;t know what replaced it, if anything.  

 - Most seriously, if you import multiple patches, they are added to the series file in reverse order.</description>
		<content:encoded><![CDATA[<p>I hit three more problems:</p>
<p> &#8211; The advice to double % signs in patch_format is incorrect for Mercurial 1.3.1.</p>
<p> &#8211; ui.prompt() doesn&#8217;t have a pat= keyword argument in Mercurial 1.3.1.  I don&#8217;t know what replaced it, if anything.  </p>
<p> &#8211; Most seriously, if you import multiple patches, they are added to the series file in reverse order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-590</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-590</guid>
		<description>So I tried using -p to edit the commit message, and the patch still got imported with the original commit message (the one that was in the diff to start with).  Feature or bug?  ;)</description>
		<content:encoded><![CDATA[<p>So I tried using -p to edit the commit message, and the patch still got imported with the original commit message (the one that was in the diff to start with).  Feature or bug?  <img src='http://robarnold.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Banner</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-576</link>
		<dc:creator>Mark Banner</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-576</guid>
		<description>Thanks Rob, works like a dream now :-)</description>
		<content:encoded><![CDATA[<p>Thanks Rob, works like a dream now <img src='http://robarnold.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Arnold</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-574</link>
		<dc:creator>Rob Arnold</dc:creator>
		<pubDate>Wed, 03 Jun 2009 19:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-574</guid>
		<description>I&#039;ve now updated the article to address the issue with formatting strings; the % characters need to be escaped because the configuration parser tries to do its own substitutions.

Also, the issue with multiple patch selection is fixed. I wish Python had stricter variable scoping.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve now updated the article to address the issue with formatting strings; the % characters need to be escaped because the configuration parser tries to do its own substitutions.</p>
<p>Also, the issue with multiple patch selection is fixed. I wish Python had stricter variable scoping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Banner</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-573</link>
		<dc:creator>Mark Banner</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-573</guid>
		<description>Is it me or is importing with multiple patches on a bug not working? Bug 492116 currently has two patches available and whichever I choose I get the second patch :-(</description>
		<content:encoded><![CDATA[<p>Is it me or is importing with multiple patches on a bug not working? Bug 492116 currently has two patches available and whichever I choose I get the second patch <img src='http://robarnold.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Banner</title>
		<link>http://robarnold.org/hg-qimport-my-bugzilla-patch-redux/comment-page-1/#comment-572</link>
		<dc:creator>Mark Banner</dc:creator>
		<pubDate>Wed, 03 Jun 2009 12:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://robarnold.org/?p=50#comment-572</guid>
		<description>I also couldn&#039;t get overriding the format in .hgrc to work. Using your suggestion for patch_format:

[qimportbz]
patch_format = bug-%(bugnum)s

gave me:

abort: Error in configuration section [qimportbz] parameter &#039;patch_format&#039;:
Bad value substitution:
	section: [qimportbz]
	option : patch_format
	key    : bugnum
	rawval : 

Not sure why.</description>
		<content:encoded><![CDATA[<p>I also couldn&#8217;t get overriding the format in .hgrc to work. Using your suggestion for patch_format:</p>
<p>[qimportbz]<br />
patch_format = bug-%(bugnum)s</p>
<p>gave me:</p>
<p>abort: Error in configuration section [qimportbz] parameter &#8216;patch_format&#8217;:<br />
Bad value substitution:<br />
	section: [qimportbz]<br />
	option : patch_format<br />
	key    : bugnum<br />
	rawval : </p>
<p>Not sure why.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
