/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
                pass
326
326
            elif self.last_cnt + child_fraction <= self.last_total:
327
327
                self.child_fraction = child_fraction
328
 
            else:
329
 
                mutter('not updating child fraction')
330
328
        if self.last_msg is None:
331
329
            self.last_msg = ''
332
330
        self.tick()