Purpose: | Validate working tree structure, branch consistency and repository history. |
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage: | bzr check [PATH] |
||||||||||||||
Options: |
|
||||||||||||||
Description: | This command checks various invariants about branch and repository storage to detect data corruption or bzr bugs. The working tree and branch checks will only give output if a problem is detected. The output fields of the repository check are:
If no restrictions are specified, all Bazaar data that is found at the given location will be checked. |
||||||||||||||
Examples: | Check the tree and branch at ‘foo’: bzr check --tree --branch foo
Check only the repository at ‘bar’: bzr check --repo bar
Check everything at ‘baz’: bzr check baz
|
||||||||||||||
See also: |