Rev 3014: More bzrlib.progress docstring tweaks. in http://people.ubuntu.com/~robertc/baz2.0/nested-pb

Robert Collins robertc at robertcollins.net
Tue Nov 20 00:11:25 GMT 2007


At http://people.ubuntu.com/~robertc/baz2.0/nested-pb

------------------------------------------------------------
revno: 3014
revision-id:robertc at robertcollins.net-20071120001114-fvsuk5pei0mjri8b
parent: robertc at robertcollins.net-20071120000934-ekd6ntqxn9wyjr3z
committer: Robert Collins <robertc at robertcollins.net>
branch nick: pb.simplify
timestamp: Tue 2007-11-20 11:11:14 +1100
message:
  More bzrlib.progress docstring tweaks.
modified:
  bzrlib/progress.py             progress.py-20050610070202-df9faaab791964c0
=== modified file 'bzrlib/progress.py'
--- a/bzrlib/progress.py	2007-11-20 00:09:34 +0000
+++ b/bzrlib/progress.py	2007-11-20 00:11:14 +0000
@@ -31,6 +31,9 @@
 module:
 
  * CountedTask: The most basic item of work.
+ * TaskDisplay: Display of a Task.
+  * SilentTaskDisplay: For headless operations.
+  * DotsTaskDisplay: For non-TTY file stream display.
 """
 
 # TODO: Optionally show elapsed time instead/as well as ETA; nicer



More information about the bazaar-commits mailing list