Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update to current branch's head in TortoiseHg

How am I supposed to update current branch to head in TortoiseHg 2.x?

In console I just perform hg up, but in tortoisehg I need to find current revision, look its name, switch to the current branch in the "filter toolbar" and find out manually the current branch's head. It is very odd, imho.

like image 942
zerkms Avatar asked May 04 '11 23:05

zerkms


People also ask

How to change branch in TortoiseHg?

As shown in the docs, all you should need to do is just click on the branch: default button near the top of the commit dialog, and change to a new branch name.

How do I close a branch on Tortoisehg?

when you are on your NewFeature branch (no need to have anything to commit - or you do it with your final merge) click "Branch: NewFeature" (it's at the top in bold) select "Close current branch".


1 Answers

Right Click -> Tortoise HG -> Update -> Update to: Choose default / tip /branchname

Or in Workbench, right click on Tip and select Update. Or you can just right click, Update and select update to branchname / tip without worrying about the revision you are looking at.

like image 186
manojlds Avatar answered Nov 12 '22 19:11

manojlds