~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: Martin Pool
  • Date: 2005-04-26 23:44:41 UTC
  • Revision ID: mbp@sourcefrog.net-20050426234441-0e9b3825bdaaa5c2
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
 
    
29
26
    print 'branch format:', b.controlfile('branch-format', 'r').readline().rstrip('\n')
30
27
 
31
28
    def plural(n, base='', pl=None):