Differences between revisions 1 and 44 (spanning 43 versions)
Revision 1 as of 2006-11-28 23:05:54
Size: 593
Editor: corecode
Comment:
Revision 44 as of 2013-08-31 03:04:19
Size: 281
Editor: JerriMcre
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Named branches allow assigning a symbolic name to not only one certain revision, like tags allow, but they provide a mechanism to assign a name to a complete branch.

To start working on a branch which is rooted at the current working dir revision, invoke hg with:
{{{
  hg branch branchname
}}}

From this moment on, all commits will get tagged with the supplied branch name.

To get a list of all available branches, use:
{{{
  hg branches
}}}

When merging two named branches, the merge changeset will reside on the branch of the working dir. The other branches head stays.
The actual name of that author is Abram. Nebraska has always been his abode. To is the situation he loves best. Managing people is michael's profession. You can always explore his website here: http://www.dhammacafe.com/modules.php?name=Your_Account&op=userinfo&username=LRYTara

The actual name of that author is Abram. Nebraska has always been his abode. To is the situation he loves best. Managing people is michael's profession. You can always explore his website here: http://www.dhammacafe.com/modules.php?name=Your_Account&op=userinfo&username=LRYTara

NamedBranches (last edited 2013-12-26 09:53:26 by Tovim)