~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

Update news and deprecated the old progress bar api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        super(TextUIFactory, self).__init__()
34
34
        self._progress_bar_stack = None
35
35
 
36
 
    deprecated_method(zero_eight)
 
36
    @deprecated_method(zero_eight)
37
37
    def progress_bar(self):
38
38
        """See UIFactory.nested_progress_bar()."""
39
39
        # this in turn is abstract, and creates either a tty or dots