[Pkg-bazaar-commits] ./bzr/unstable r79: todo

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:51:05 UTC 2009


------------------------------------------------------------
revno: 79
committer: mbp at sourcefrog.net
timestamp: Thu 2005-03-24 11:21:35 +1100
message:
  todo
modified:
  bzrlib/info.py
-------------- next part --------------
=== modified file 'bzrlib/info.py'
--- a/bzrlib/info.py	2005-03-24 00:15:34 +0000
+++ b/bzrlib/info.py	2005-03-24 00:21:35 +0000
@@ -23,6 +23,9 @@
 from osutils import format_date
 
 def show_info(b):
+    # TODO: Maybe show space used by working tree, versioned files,
+    # unknown files, text store.
+    
     print 'branch format:', b.controlfile('branch-format', 'r').readline().rstrip('\n')
 
     def plural(n, base='', pl=None):



More information about the Pkg-bazaar-commits mailing list