~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
992
992
 
993
993
    This command checks various invariants about the branch storage to
994
994
    detect data corruption or bzr bugs.
995
 
 
996
 
    If given the --update flag, it will update some optional fields
997
 
    to help ensure data consistency.
998
995
    """
999
996
    takes_args = ['dir?']
1000
997