372
383
_show_missing_revisions_branch(branch, outfile)
376
388
stats = repository.gather_stats()
377
389
if branch is None and working is None:
378
390
_show_repository_info(repository, outfile)
382
394
def describe_layout(repository=None, branch=None, tree=None):