I am making say 4 local commits in HgSVN, then I updated my local code to an earlier revision, I added changes to it, did local commits, merged with server code and when tried to push, I was not allowed because of the 4 local commits not merged.
- How to delete/remove these 4 local commits from HgSVN history and push the code ?
What should be done in this scenario ?
- using HgCommit for saving code to the local machine and
- HgWorkbench for pushing the local changes to the server