# HG changeset patch # User Augie Fackler # Date 1265559918 21600 # Node ID f8a9de664a1c6d349667922b534dd09e856418c7 # Parent 93b5abcf5101e0f89b1c01b25c8b62c3b9e153fc ui.progress: clarify termination requirement diff -r 93b5abcf5101 -r f8a9de664a1c mercurial/ui.py --- 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: