On Mon, Jun 13, 2011 at 12:01 AM, "Martin v. Löwis" <mar...@v.loewis.de> wrote:
>> It's also possible that we should be encouraging greater use of
>> Mercurial Queues [1] and making them an official part of our
>> development process.
>
> Can you publish/push a patch queue to a remote repository?

bitbucket certainly lets you maintain a patch as a queue rather than
as a separate clone. I ran across it in the context of the Py3k port
of the PEP 380 patch:
https://bitbucket.org/rndblnch/cpython-pep380/overview

I don't have the personal experience to say how easy patch queues are
to share in general (if nothing else, they're designed to be easy to
export and import as ordinary patches for distribution that way).

Cheers,
Nick.


-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
python-committers mailing list
python-committers@python.org
http://mail.python.org/mailman/listinfo/python-committers

Reply via email to