~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-24 00:21:35 UTC
  • Revision ID: mbp@sourcefrog.net-20050324002134-731a53302d4e2bb2
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from osutils import format_date
24
24
 
25
25
def show_info(b):
 
26
    # TODO: Maybe show space used by working tree, versioned files,
 
27
    # unknown files, text store.
 
28
    
26
29
    print 'branch format:', b.controlfile('branch-format', 'r').readline().rstrip('\n')
27
30
 
28
31
    def plural(n, base='', pl=None):