How do I convert a mercurial queue patch to uncomitted changes in my working copy? -
I have an applied patch in my horoscope queue, how do I convert this patch into irregular changes in the copy of my work (Although I have not created a patch using QNE)?
Specify the mercurial to refresh the patch, but leave all the files. This will leave all the changes without patch in your working folder. You are left with an empty patch which can be closed and removed.
hg qref -X * hg qpop -f hg qdel & lt; Patch & gt;
Comments
Post a Comment