~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: Martin Pool
  • Date: 2005-07-22 22:10:05 UTC
  • Revision ID: mbp@sourcefrog.net-20050722221005-f0202710844f1f5b
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# indicators, preferably without needing to adjust all code that
31
31
# potentially calls them.
32
32
 
33
 
# TODO: If not on a tty perhaps just print '......' for the benefit of IDEs, etc
 
33
# TODO: Perhaps don't write updates faster than a certain rate, say
 
34
# 5/second.
34
35
 
35
36
# TODO: Optionally show elapsed time instead/as well as ETA; nicer
36
37
# when the rate is unpredictable