mutiple independent mq in repo

Chris Mason mason at suse.com
Thu Jun 8 11:05:28 CDT 2006


On Thursday 08 June 2006 12:02, TK Soh wrote:
> On 6/8/06, Chris Mason <mason at suse.com> wrote:
> > Informally, you can just move different things in .hg/patches.  ie:
> >
> > .hg/patches.branch1
> > .hg/patches.branch2
> >
> > And then rename them into .hg/patches when you want to use them.
>
> Can I create/(re)name these branches with any mq commands? I am
> confused about the use of qsave.

qsave puts the contents of the status and series file into a changeset at the 
top of the stack.  If the only difference between your branches is the status 
and series file, this will work fine.

If you whole completely different patch queues, I would ignore qsave.

-chris


More information about the Mercurial mailing list