How does one quickly reparent a tree in mercurial such that if this is the original structure:
A-B-C-D-E-F
I want to change it to:
D-E-F
(or even A-D-E-F
would do)
I tried the suggestion in this answer with the splicemap but it fails with the error splice map revision <hash> is not being converted, ignoring'
It also prints out abort: no node!
Any help will be appreciated. Thank you.