I have a bookmark named X and a bookmark named Y. I would like to rebase Y on top of X. Basically I would like a stacked diff with Y on top of X and that Y parent is X.
rebasing my bookmark on top of another bookmark in mercurial
1.7k Views Asked by Srinath At
2
When you start with
you need
hg rebase -b Y -d X
to transform the history into