I'm new to collaborating with Mercurial. My situation:
hg pull
ed and hg merge
d without a clear idea of what was going on.So I really wish I'd changed my local repo to 2-space indents before merging; then the merge will be trivial (i'm supposing). But I can't seem to back up. I think I need to hg update -r 3
but it says abort: outstanding uncommitted merges
.
How can I undo the merge, changes spacing in my local repo, and remerge?
BTW: if you just revert the merge you did and 3 is not your revision number you can do this:
hg update -C -r .