Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 7e647d9940d31b34c253e6f71c416c4b > files > 2943

bzr-2.7.0-6.mga7.aarch64.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