2997
2998
The working tree and branch checks will only give output if a problem is
2998
2999
detected. The output fields of the repository check are:
3000
revisions: This is just the number of revisions checked. It doesn't
3002
versionedfiles: This is just the number of versionedfiles checked. It
3003
doesn't indicate a problem.
3004
unreferenced ancestors: Texts that are ancestors of other texts, but
3005
are not properly referenced by the revision ancestry. This is a
3006
subtle problem that Bazaar can work around.
3007
unique file texts: This is the total number of unique file contents
3008
seen in the checked revisions. It does not indicate a problem.
3009
repeated file texts: This is the total number of repeated texts seen
3010
in the checked revisions. Texts can be repeated when their file
3011
entries are modified, but the file contents are not. It does not
3002
This is just the number of revisions checked. It doesn't
3006
This is just the number of versionedfiles checked. It
3007
doesn't indicate a problem.
3009
unreferenced ancestors
3010
Texts that are ancestors of other texts, but
3011
are not properly referenced by the revision ancestry. This is a
3012
subtle problem that Bazaar can work around.
3015
This is the total number of unique file contents
3016
seen in the checked revisions. It does not indicate a problem.
3019
This is the total number of repeated texts seen
3020
in the checked revisions. Texts can be repeated when their file
3021
entries are modified, but the file contents are not. It does not
3014
3024
If no restrictions are specified, all Bazaar data that is found at the given
3015
3025
location will be checked.