Delete revision in TortoiseHG and Mercurial

In my repository, I needed to revert to an older version. I really came back and made the changes that I need. How do I push the new version up?

I was on rev 17 when I needed to go back to rev 13. Now that I have made my changes, I am on rev 18. The thing is, when I go to push these changes (I use TortoiseHG), I get an error "abort:push create new remote head.

I do not want to do a merge. I want to make a team with a team --forceor I need to remove rev 14-17. If I need to remove, how can I remove 14-17.?

+5
source share
2 answers

, Discard all changes from merge target (other) revision. , (, ). ? , .

, , :

  • mq
  • r- Modify history->Strip. .
+11

, , . , .

.

tortoiseHG.

enter image description here

+3

All Articles