Converting a patch to an ordinary changeset

Bela Babik teki321 at gmail.com
Fri Jan 4 03:00:39 CST 2008


Hi,
from: http://www.selenic.com/mercurial/wiki/index.cgi/MqExtension

To convert all applied MQ patches into permanent changesets:

hg qdelete -r qbase:qtip

teki

On Jan 4, 2008 7:16 PM, Konrad Hinsen <konrad.hinsen at laposte.net> wrote:
> I have been developing an experimental modification of a library as a
> patch managed by MQ. Now I am happy with that modification and I
> would like to integrate it in the main repository. What I want to do is
>
> 1) Apply the patch.
> 2) Remove the patch from the patch queue maintained by MQ.
> 3) Commit the effect of the patch to the repository.
>
> This looks common enough that it ought to be simple, but I haven't
> found a simple way to do it. Any ideas?
>
> Thanks in advance,
>    Konrad.
>
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>


More information about the Mercurial mailing list