244
244
@deprecated_function(deprecated_in((1,6,0)))
245
245
def check(branch, verbose):
246
246
"""Run consistency checks on a branch.
248
248
Results are reported through logging.
250
250
Deprecated in 1.6. Please use check_branch instead.
252
252
:raise BzrCheckError: if there's a consistency error.