##// END OF EJS Templates
progress: force a repaint of a printed progress bar after a clear()...
Augie Fackler -
r26407:72bccc1f default
parent child Browse files
Show More
@@ -166,6 +166,9 b' class progbar(object):'
166 166 if not shouldprint(self.ui):
167 167 return
168 168 sys.stderr.write('\r%s\r' % (' ' * self.width()))
169 if self.printed:
170 # force immediate re-paint of progress bar
171 self.lastprint = 0
169 172
170 173 def complete(self):
171 174 if not shouldprint(self.ui):
General Comments 0
You need to be logged in to leave comments. Login now