Can qpush push a single patch file?
Christian Boos
cboos at neuf.fr
Wed Mar 5 07:32:49 UTC 2008
Neo Jia wrote:
> hi,
>
> I am trying to use qpush to push my changes. Is there any way to make
> it only push a single change?
>
> I can achieve that with qguard, but can qpush do that?
>
Look back in the archive and search for "hg qup" (moving a patch up to
the top, so that you can apply it next). I think this is exactly what
you're looking for, and it works well for me. The alternative would be
to edit .hg/patches/series by hand and move the line you're interested
in to the top.
By the way, what's the status of the "qup" extension? Shouldn't that go
in mainline?
-- Christian
More information about the Mercurial
mailing list