Purpose: | Remove files or directories. |
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage: | bzr remove [FILE...] |
||||||||||||||||
Options: |
|
||||||||||||||||
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 |