~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: Aaron Bentley
  • Date: 2007-03-20 15:43:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2528.
  • Revision ID: abentley@panoramicfeedback.com-20070320154306-1ipv0q65w7iml1ej
Add layout description to info output

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
    verbose=1):
302
302
    """Write info about all bzrdir components to stdout"""
303
303
    verbose = {False: 1, True: 2}.get(verbose, verbose)
 
304
    print describe_layout(repository, branch, working)
304
305
    _show_location_info(repository, branch, working)
305
306
    if branch is not None:
306
307
        _show_related_info(branch)