10

This question is the same as: TortoiseHg: Push Branch, except it is for TortoiseHg 2.0. The old way no longer works. The 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.

Community
  • 1
  • 1
Aishwar
  • 9,284
  • 10
  • 59
  • 80

1 Answers1

16

The feature exists in TortoiseHg v2, but the interface changed. In the Sync tab, there is the following menu:

thg sync menu

  1. Enable the "Target" checkbox
  2. Select the branch you want to push
  3. Push as you normally would
Tim Henigan
  • 60,452
  • 11
  • 85
  • 78