Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > b76c35463c1f8c7695c30100451dc92e > files > 2913

bzr-2.7.0-1.3.mga6.x86_64.rpm

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