Hg Branch - Create Branch Names | Online Free DevTools by Hexmos
Create branch names with Hg Branch. Easily manage multiple development lines with this Mercurial command. Free online tool, no registration required.
hg branch
Create or show a branch name. More information: https://www.mercurial-scm.org/help/commands/branch.
- Show the name of the currently active branch:
hg branch
- Create a new branch for the next commit:
hg branch {{branch_name}}