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

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:43:51 UTC 2009


------------------------------------------------------------
revno: 290
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-04-27 09:44:41 +1000
message:
  todo
modified:
  TODO
  bzrlib/info.py
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-04-26 23:40:12 +0000
+++ b/TODO	2005-04-26 23:44:41 +0000
@@ -32,6 +32,13 @@
 
 * -r option should take a revision-id as well as a revno.
 
+* "bzr info" could show space used by working tree, versioned files,
+  unknown and ignored files. 
+
+* "bzr info" should count only people with distinct email addresses as
+  different committers.  (Or perhaps only distinct userids?)
+
+
 Medium things
 -------------
 

=== modified file 'bzrlib/info.py'
--- a/bzrlib/info.py	2005-04-07 03:35:00 +0000
+++ b/bzrlib/info.py	2005-04-26 23:44:41 +0000
@@ -23,9 +23,6 @@
 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