414
415
show_committers = verbose >= 2
415
416
stats = _show_branch_stats(branch, show_committers, outfile)
417
418
stats = repository.gather_stats()
419
420
_show_repository_info(repository, outfile)
423
425
def describe_layout(repository=None, branch=None, tree=None, control=None):