I am starting to use Mercurial:
1.) I pulled the latest updates from public (central) repository (revision 3029)
2.) Working on code, I made a commit - revision 3030
3.) Some additional work, and - I made another commit 3031.
So, both of my commits 3030 and 3031 are in a local repository. At this stage my local repo looks like this
There are no commits by other people in Central repository.
I am finished at this point, and submit the code for code review - my reviewer tells me that there should be only single commit. I need to "get rid" the commit at revision 3030, and keep the 3031 revision.
If I do "strip" at a revision 3030, it strips both 3030 AND 3031. (I know how to restore from the back up, so I did not loose anything. I restored back).
how can combine revision 3030 and 3031 into a single commit using Tortoise HG ?