[Python-Dev] Hg: inter-branch workflow

Paul Moore p.f.moore at gmail.com
Mon Mar 28 23:41:31 CEST 2011


On 28 March 2011 22:29, Terry Reedy <tjreedy at udel.edu> wrote:
> From what you write, it seems that mq is actually an unordered patch set,
> not a queue (in the FIFO) sense. (Or do you have to commit and remove in
> FIFO order?) Why the confusing mislabel, if indeed I understood correctly?

It's a queue (FIFO). Sorry if my description was misleading - I don't
use mq much myself. (There are ways of reordering patches, but that's
advanced use of an already-advanced feature...)

Paul.


More information about the Python-Dev mailing list