pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
Res facta quae tamen fingi potuit ([personal profile] pauamma) wrote in [site community profile] dw_dev_training2011-05-25 09:38 pm

Sharing patches between queues

For people using the mq Mercurial plugin in a version that supports multiple queues (I thin Mercurial 1.6 and beyond - check for the qqueue command if you're not sure): Is there a way to have some patches shared between all queues automagically? (Meaning without having to import them manually into each new queue, or to update them everywhere after they were changed somewhere?)
exor674: Computer Science is my girlfriend (Default)

[personal profile] exor674 2011-05-25 11:42 pm (UTC)(link)
If that works the way I think it does, -- ln -s them between the queue directories/add the file to the series ( disclaimer, I do not use the multipul queue workflow even if I have access to it, so this may not work or eat all your c0eds for dinner! )
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2011-05-26 05:06 am (UTC)(link)
Nope, there's no way to easily sync that way.

What Dre suggests seems to be the easiest way. It might be possible to use rebase as well, but I'm even shakier on that...