<br><br><div class="gmail_quote">On Fri, Mar 21, 2008 at 4:28 PM, Paul Moore &lt;<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 21/03/2008, Brett Cannon &lt;<a href="mailto:brett@python.org">brett@python.org</a>&gt; wrote:<br>
&gt; Just to head this off, this is not a specific vote of confidence for<br>
&gt; &nbsp;Bazaar. The Bazaar developers were at PyCon and both Barry and Thomas<br>
&gt; &nbsp;were willing to put the time and effort to get the mirror up and going<br>
&gt; &nbsp;while the Bazaar team was nearby to answer questions. At this point<br>
&gt; &nbsp;this is more of an experiment to see if people like the development<br>
&gt; &nbsp;style of distributed VCS. If people do and someone steps forward to<br>
&gt; &nbsp;put the time and effort to add Mercurial support, we can then consider<br>
&gt; &nbsp;doing something similar to what was done for the issue tracker.<br>
&gt;<br>
&gt; &nbsp;But for right now this is just to try out distributed VCS, nothing more.<br>
<br>
</div>One thing I really like the idea of with Mercurial for my situation<br>
(non-committer) is the mq extension, which lets me manage my changes<br>
as a &quot;stack of patches&quot; - so I&#39;m completely working with patches,<br>
which is what I have to post to the tracker, etc.<br>
<br>
Is there a similar workflow in Bazaar? I know there&#39;s the loom<br>
extension (although I haven&#39;t used it much yet) but I&#39;m not sure how<br>
I&#39;d use that.&nbsp;<br></blockquote><div>bzr-loom is what you want. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Basically, can some Bazaar expert offer a suggestion as to how a<br>
non-developer with read-only access would best use the Bazaar<br>
repositories to maintain a number of patches to be posted to the<br>
tracker?</blockquote><div>I tend to make a repository and make a working copy for each patch in it. The history is saved in the repository so it&#39;s efficient. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Thanks,<br>
Paul.<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/musiccomposition%40gmail.com" target="_blank">http://mail.python.org/mailman/options/python-dev/musiccomposition%40gmail.com</a><br>
</blockquote></div><br>