/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-06 14:18:45 UTC
  • mfrom: (2590.1.1 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070706141845-sije5bdx8pjw2fhk
Restore related-branch display to bzr info (Adeodato Simó)

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: