remove-branchΒΆ

Purpose:

Remove a branch.

Usage:

bzr remove-branch [LOCATION]

Options:
--force

Remove branch even if it is the active branch.

-v, --verbose

Display more information.

-q, --quiet

Only display errors and warnings.

-d ARG, --directory=ARG
 

Branch to operate on, instead of working directory.

--usage

Show usage message and options.

-h, --help

Show help message.

Description:

This will remove the branch from the specified location but will keep any working tree or repository in place.

Examples:

Remove the branch at repo/trunk:

bzr remove-branch repo/trunk
Aliases:

rmbranch

Previous topic

remove

Next topic

remove-tree

This Page