Aishwar
Aishwar

Reputation: 9714

TortoiseHg 2.0: Push Branch

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.

Upvotes: 10

Views: 2393

Answers (1)

Tim Henigan
Tim Henigan

Reputation: 62168

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

Upvotes: 16

Related Questions