I made a mistake and removed a file. I'd like to go back to my previous commit! I tried with revert and backout with had no luck...
Any tip?
Edit: I did exactly this:
hg forget file hg commit -m "Blah" hg push
The revision number of this last push is 17.
Now file is not tracked anymore. I'd like to get it back to revision 15 (not the inmediate previous rev, but one extra step back) as i do not want to keep working on the file in rev 16.