I goofed up a merge. I'd like to revert then try again.
Is there a way to revert a merge before it is commited.
hg revert
doesn't do what I'd like, it only reverts the text of the files. Mercurial aborts my second attempt at merging and complains original merge is still uncommited.
Is there a way to undo a merge after an hg merge
command but before it's commited?