Module b.check

Part of bzrlib

No module docstring
Line # Kind Name Docs
47 Class Check Check a repository
245 Function check Run consistency checks on a branch.
257 Function check_branch Run consistency checks on a branch.
272 Function check_dwim Undocumented
@deprecated_function(deprecated_in((1, 6, 0)))
def check(branch, verbose):
Run consistency checks on a branch.

Results are reported through logging.

Deprecated in 1.6. Please use check_branch instead.

RaisesBzrCheckErrorif there's a consistency error.
def check_branch(branch, verbose):
Run consistency checks on a branch.

Results are reported through logging.

RaisesBzrCheckErrorif there's a consistency error.
def check_dwim(path, verbose, do_branch=False, do_repo=False, do_tree=False):
Undocumented
API Documentation for BzrLib, generated by pydoctor at 2008-12-03 00:00:12.