Rename default branch in TortoiseHG -


is possible rename 'default' 'production' in tortoisehg?

you cannot directly tortoise2.0+ settings, through command-line hg.
documented in hgbook:

mercurial lets assign persistent name branch.
there exists branch named default. before start naming branches yourself, can find traces of default branch if them.

to start working named branches, use hg branches command

$ hg branch production marked working directory branch production $ hg branch production 

check if change reflected in tortoisehg


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -