/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-19 11:01:17 UTC
  • mfrom: (4070.11.16 249908-doc-generate)
  • Revision ID: pqm@pqm.ubuntu.com-20090619110117-rhph89w2k9gavp24
(mbp) various tweaks to doc generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
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:
2999
2999
 
3000
 
        revisions: This is just the number of revisions checked.  It doesn't
3001
 
            indicate a problem.
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
3012
 
            indicate a problem.
 
3000
    revisions
 
3001
        This is just the number of revisions checked.  It doesn't
 
3002
        indicate a problem.
 
3003
 
 
3004
    versionedfiles
 
3005
        This is just the number of versionedfiles checked.  It
 
3006
        doesn't indicate a problem.
 
3007
 
 
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.
 
3012
 
 
3013
    unique file texts
 
3014
        This is the total number of unique file contents
 
3015
        seen in the checked revisions.  It does not indicate a problem.
 
3016
 
 
3017
    repeated file texts
 
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
 
3021
        indicate a problem.
3013
3022
 
3014
3023
    If no restrictions are specified, all Bazaar data that is found at the given
3015
3024
    location will be checked.