remove
======

:Purpose: Remove files or directories.
:Usage:   bzr remove [FILE...]

:Options:
  -v, --verbose  Display more information.
  -q, --quiet    Only display errors and warnings.
  --usage        Show usage message and options.
  --new          Only remove files that have never been committed.
  -h, --help     Show help message.

  Deletion Strategy:
    --force      Delete all the specified files, even if they can not be
                 recovered and even if they are non-empty directories.
    --keep       Delete from bzr but leave the working copy.
    --safe       Only delete files if they can be safely recovered (default).

:Description:
  This makes bzr stop tracking changes to the specified files. bzr will delete
  them if they can easily be recovered using revert. If no options or
  parameters are given bzr will scan for files that are being tracked by bzr
  but missing in your tree and stop tracking them for you.

:Aliases:  rm, del


