tldr/pages/common/hg-branch.md

184 B

hg branch

Create or show a branch name.

  • Show the name of the currently active branch:

hg branch

  • Create a new branch for the next commit:

hg branch {{new_branch_name}}