This action enables you to create a new branch as a copy of an existing branch.
From Location
The branch to use as the source for the new branch.
To Location
The directory to create as the new branch.
Revision
The revision to use as the source. If no revision is specified, the latest commited revision will be used.
Stacked
Create a stacked branch referring to the source branch. The new branch will depend on the availability of the source branch for all operations.
Standalone
Do not use a shared repository, even if available.
Hardlink
Hard-link working tree files where possible.
Bind
Bind new branch to the “from location”.
No Tree
Create a branch without a working tree.