Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > a99c463cccd19ab912401d5eb4e6ee20 > files > 324

bzr-doc-2.4.2-1.fc16.noarch.rpm

remove-tree
===========

:Purpose: Remove the working tree from a given branch/checkout.
:Usage:   bzr remove-tree [LOCATION...]

:Options:
  --usage        Show usage message and options.
  --force        Remove the working tree even if it has uncommitted or shelved
                 changes.
  -v, --verbose  Display more information.
  -q, --quiet    Only display errors and warnings.
  -h, --help     Show help message.

:Description:
  Since a lightweight checkout is little more than a working tree
  this will refuse to run against one.
  
  To re-create the working tree, use "bzr checkout".

:See also: :doc:`checkout <checkout-help>`, :doc:`working-trees <working-trees-help>`