Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseHG: Close a named branch

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?

like image 518
Nick Heiner Avatar asked Oct 23 '10 15:10

Nick Heiner


People also ask

How to delete a branch in Tortoise Hg?

First make sure you have committed all your local changes. Then merge the branches by calling hg merge and commit the result. This should bring you back to a single branch, reuniting the two heads.


1 Answers

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:

  • issue 879 is very close from what you experienced
  • I don't see issue 879 in the 1.0.1 release note
like image 79
VonC Avatar answered Sep 25 '22 02:09

VonC