##// END OF EJS Templates
ui.progress: clarify termination requirement
Augie Fackler -
r10425:f8a9de66 default
parent child Browse files
Show More
@@ -383,8 +383,10 b' class ui(object):'
383 383 revision, bytes, etc.), unit is a corresponding unit label,
384 384 and total is the highest expected pos.
385 385
386 Multiple nested topics may be active at a time. All topics
387 should be marked closed by setting pos to None at termination.
386 Multiple nested topics may be active at a time.
387
388 All topics should be marked closed by setting pos to None at
389 termination.
388 390 '''
389 391
390 392 if pos == None or not self.debugflag:
General Comments 0
You need to be logged in to leave comments. Login now