I want to move a changeset from one branch to another. Basically, I currently have:
A -> B -> C -> D # default branch
And I want:<
Sounds a bit like a cherry-pick operation in git. The Transplant Extension may be what you're looking for.