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