This question is the same as: TortoiseHg: Push Branch, except it is for TortoiseHg 2.0. The old way no longer works. T开发者_开发技巧he options are not even there.
Here is the issue: As I work on different bugs, I create different branches for each. How can I push just one branch using TortoiseHg 2.0?
When I go into sync view, and push - I believe it tries to push all my local branches, and ends up aborting - since multiple heads would be created.
The feature exists in TortoiseHg v2, but the interface changed. In the Sync tab, there is the following menu:
- Enable the "Target" checkbox
- Select the branch you want to push
- Push as you normally would
精彩评论