check¶
Purpose: | Validate working tree structure, branch consistency and repository history. |
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage: | brz check [PATH] |
||||||||||||||
Options: |
|
||||||||||||||
Description: | This command checks various invariants about branch and repository storage to detect data corruption or brz 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 data that is found at the given location will be checked. |
||||||||||||||
Examples: | Check the tree and branch at ‘foo’: brz check --tree --branch foo
Check only the repository at ‘bar’: brz check --repo bar
Check everything at ‘baz’: brz check baz
|
||||||||||||||
See also: |