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
Post a Comment