~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: Adeodato Simó
  • Date: 2007-07-04 13:23:33 UTC
  • mto: (2590.1.1 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 2593.
  • Revision ID: dato@net.com.org.es-20070704132333-drbj0tyecyboror4
Make `bzr info` show related branches in non-verbose mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
    format = describe_format(control, repository, branch, working)
344
344
    print "%s (format: %s)" % (layout, format)
345
345
    _show_location_info(gather_location_info(repository, branch, working))
 
346
    if branch is not None:
 
347
        _show_related_info(branch)
346
348
    if verbose == 0:
347
349
        return
348
 
    if branch is not None:
349
 
        _show_related_info(branch)
350
350
    _show_format_info(control, repository, branch, working)
351
351
    _show_locking_info(repository, branch, working)
352
352
    if branch is not None: