I have a Mercurial repository that I use in local only... It\'s for my personal usage (so I don\'t \"push\" anywhere).
I made a commit with 3 files, but after that I und
You just need this command:
hg rollback
See: http://hgbook.red-bean.com/read/finding-and-fixing-mistakes.html.
(Technically, this is deprecated as of version 2.7, August 2013, but I've yet to see an alternative that does exactly the same thing.)