In effect, I would like to do the opposite of "Merge with local"
To clarify: We have a release branch and a default branch. When doing bug fixes on the release branch, here's the routine:
- Update to the release branch
- Implement bug fix, and commit
- Update to the default branch
- Right-click on the bug fix commit from the release branch, and select "Merge with local..."
Since a lot of work is done on the release branch, it gets tedious to Update between the branches all the time. In previous versions of TortoiseHg, I could select the branch before doing the merge, in effect doing a "Merge local with selected". This would eliminate steps 1 and 3 above.
Is this doable in TortoiseHg anymore?