I have a branch that looks like this:
A->B->C->D->...->Z ^ 1->2-^
where C is a merger of 2 and its ancestors.
Now I understand that I should not have merged. I could go back to B and transplant D ... Z , but this is a lot of work. Can I cancel JUST C ?
When I try hg backout --merge C , I interrupt: I cannot back up the merge change set.
These changes were transferred to the central repo, and I donβt want to change the history or anything else, I just want the reverse 2 , and he ancestors return to the common descendant with B
mercurial
George mauer
source share