~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Martin Pool
  • Date: 2005-07-04 07:34:44 UTC
  • Revision ID: mbp@sourcefrog.net-20050704073444-2efe06bba6738eb5
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
def check(branch):
22
22
    """Run consistency checks on a branch.
23
23
 
24
 
    TODO: Also check non-mailine revisions mentioned as parents.
 
24
    TODO: Also check non-mainline revisions mentioned as parents.
 
25
 
 
26
    TODO: Check for extra files in the control directory.
25
27
    """
26
28
    from bzrlib.trace import mutter
27
29
    from bzrlib.errors import BzrCheckError