/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: 2006-03-15 17:48:53 UTC
  • mfrom: (1558.4.9 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060315174853-9af1dfc721b7c963
Merged showing parent in info

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
#     print '  %8d inventories' % c
167
167
#     print '  %8d kB' % (t/1024)
168
168
 
 
169
    loc = b.get_parent()
 
170
    if loc is not None:
 
171
        print
 
172
        print 'parent location:'
 
173
        print '  %s' % loc
 
174