How do I git reset --hard HEAD on Mercurial?
- by obvio171
I'm a Git user trying to use Mercurial.
Here's what happened: I did a hg backout on a changeset I wanted to revert. That created a new head, so hg instructed me to merge (back to "default", I assume). After the merge, it told me I still had to commit. Then I noticed something I did wrong when resolving a conflict in the merge, and decided I wanted…