/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/ui/text.py

  • Committer: Martin Pool
  • Date: 2009-01-21 05:49:18 UTC
  • mto: This revision was merged to the branch mainline in revision 3956.
  • Revision ID: mbp@sourcefrog.net-20090121054918-174smoskf8srdm41
rename to _progress_all_finished

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
                (task, self._task_stack[-1]))
97
97
        self._progress_view.show_progress(task)
98
98
 
99
 
    def _all_progress_finished(self):
 
99
    def _progress_all_finished(self):
100
100
        self._progress_view.clear()
101
101
 
102
102