2997
2997
The working tree and branch checks will only give output if a problem is
2998
2998
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
3001
This is just the number of revisions checked. It doesn't
3005
This is just the number of versionedfiles checked. It
3006
doesn't indicate a problem.
3008
unreferenced ancestors
3009
Texts that are ancestors of other texts, but
3010
are not properly referenced by the revision ancestry. This is a
3011
subtle problem that Bazaar can work around.
3014
This is the total number of unique file contents
3015
seen in the checked revisions. It does not indicate a problem.
3018
This is the total number of repeated texts seen
3019
in the checked revisions. Texts can be repeated when their file
3020
entries are modified, but the file contents are not. It does not
3014
3023
If no restrictions are specified, all Bazaar data that is found at the given
3015
3024
location will be checked.