301
301
def show_component_info(control, repository, branch=None, working=None,
303
303
"""Write info about all bzrdir components to stdout"""
305
308
layout = describe_layout(repository, branch, working)
306
309
format = describe_format(control, repository, branch, working)
307
310
print "%s (format: %s)" % (layout, format)
308
311
_show_location_info(repository, branch, working)
310
315
_show_related_info(branch)
311
316
_show_format_info(control, repository, branch, working)