Multiple patch queues
Adrian Buehlmann
adrian at cadifra.com
Thu May 1 18:15:08 CDT 2008
On 01.05.2008 17:40, Paul Moore wrote:
> On 01/05/2008, Paul Moore <p.f.moore at gmail.com> wrote:
>> 2008/4/30 Bela Babik <teki321 at gmail.com>:
>>> qpush and qpop both have a queue name parameter (-n). I would give that a try.
>> Ah, is *that* what that's about? I'll give it a go.
>
> I had a little look, and I'm not sure how it helps.
>
> What I want to do is:
>
> 1. hg clone crew my-crew; cd my-crew
> 2. hg qinit -c
> 3. hg pull -R .hg/patches windows-test-patches
> 4. hg qpush -a
> 5. ---> now start a new queue - no idea how to do this!
> 6. hg qnew my.first.patch
> 7. edit, qrefresh, qnew, etc etc.
> 8. ---> now I want to update the windows patches:
> hg qpop -a (this should be just my stuff)
> switch back to windows test patches
> hg pull -R .hg/patches windows-test-patches
> hg qpush -a
> switch back to my stuff
> hg qpush -a
>
I somehow suspect that the windows-test-patches would better be
pushed *on top* of "paul's-patches".
Not the other way (as you seem to try above).
Isn't it possible to always pop the whole windows-test-patches
pile before touching anything of "paul's-patches"?
More information about the Mercurial
mailing list