303
303
"""Write info about all bzrdir components to stdout"""
304
304
verbose = {False: 1, True: 2}.get(verbose, verbose)
306
format = describe_format(control, repository, branch, working)
306
308
_show_location_info(repository, branch, working)
308
310
_show_related_info(branch)