views:

68

answers:

1

I can't seem to figure out how to close a currently open branch when committing. Here is what I am doing:

  1. Open the commit window

  2. Type a message Click the "branch: branchName" button

  3. In the box that pops up, click "Close current named branch"

  4. Hit OK

  5. Hit Commit.

And yet, the branch remains open. What am I doing wrong?

+1  A: 

It would help to see if you can reproduce this issue with 1.1.x or at least 1.0.4 version of TortoiseHg, because:

VonC