~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

Merge bzr.dev

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