In mercurial how can I go back n
revisions from the revision I'm currently on?
This answer shows how it can be done in git: https://stackoverflow.com/a/16739578/1696114, git checkout HEAD~n
.
If there isn't a way to go back n
revisions, is there a way to go back just to the parent revision (i.e. one revision back)?