changeset 10425:f8a9de664a1c

ui.progress: clarify termination requirement
author Augie Fackler <durin42@gmail.com>
date Sun, 07 Feb 2010 10:25:18 -0600
parents 93b5abcf5101
children 5a3a916aad58
files mercurial/ui.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/ui.py	Sun Feb 07 10:25:18 2010 -0600
+++ b/mercurial/ui.py	Sun Feb 07 10:25:18 2010 -0600
@@ -383,8 +383,10 @@
         revision, bytes, etc.), unit is a corresponding unit label,
         and total is the highest expected pos.
 
-        Multiple nested topics may be active at a time. All topics
-        should be marked closed by setting pos to None at termination.
+        Multiple nested topics may be active at a time.
+
+        All topics should be marked closed by setting pos to None at
+        termination.
         '''
 
         if pos == None or not self.debugflag: