Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 4c66e4a74400d106ea54ec458e4c006c > files > 2856

bzr-2.6.0-11.mga5.x86_64.rpm

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:
    --keep       Delete from bzr but leave the working copy.
    --no-backup  Don't backup changed files.
    --safe       Backup changed files (default).

:Description:
  This makes Bazaar stop tracking changes to the specified files. Bazaar will
  delete them if they can easily be recovered using revert otherwise they
  will be backed up (adding an extension of the form .~#~). If no options or
  parameters are given Bazaar will scan for files that are being tracked by
  Bazaar but missing in your tree and stop tracking them for you.

:Aliases:  rm, del