~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2005-09-12 10:21:48 UTC
  • mto: (1185.8.2) (974.1.91)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: mbp@sourcefrog.net-20050912102148-69e045f4dccdcd58
- correction to bzr check help
  patch from Brian M. Carlson

Show diffs side-by-side

added added

removed removed

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