Removing file from Mercurial MQ Patch
Posted
by Nathan Lee
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Lee
Published on 2010-03-03T17:39:27Z
Indexed on
2010/03/13
17:15 UTC
Read the original article
Hit count: 450
I have large MQ patch applied in Mercurial. What has happened is I have done qrefresh and included files in my patch that I do not want to include. Is there a way to remove the changes to these file from my patch with out manually editing it? In this case if I was just working without MQ, all I would have to do is hg revert.
© Stack Overflow or respective owner