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

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:30 UTC 2009


------------------------------------------------------------
revno: 934
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-07-18 07:21:43 -0300
message:
  todo
modified:
  bzrlib/progress.py
-------------- next part --------------
=== modified file 'bzrlib/progress.py'
--- a/bzrlib/progress.py	2005-07-17 18:38:22 +0000
+++ b/bzrlib/progress.py	2005-07-18 10:21:43 +0000
@@ -26,8 +26,6 @@
 not to clutter log files.
 """
 
-# TODO: remove functions in favour of keeping everything in one class
-
 # TODO: should be a global option e.g. --silent that disables progress
 # indicators, preferably without needing to adjust all code that
 # potentially calls them.
@@ -35,6 +33,9 @@
 # TODO: Perhaps don't write updates faster than a certain rate, say
 # 5/second.
 
+# TODO: Optionally show elapsed time instead/as well as ETA; nicer
+# when the rate is unpredictable
+
 
 import sys
 import time



More information about the Pkg-bazaar-commits mailing list