~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

  • Committer: Martin Pool
  • Date: 2009-09-23 04:52:53 UTC
  • mto: This revision was merged to the branch mainline in revision 4745.
  • Revision ID: mbp@sourcefrog.net-20090923045253-vv9fskvm19q14afr
RemoveĀ obsoleteĀ doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                 stdout=None,
50
50
                 stderr=None):
51
51
        """Create a TextUIFactory.
52
 
 
53
 
        :param bar_type: The type of progress bar to create.  Deprecated
54
 
            and ignored; a TextProgressView is always used.
55
52
        """
56
53
        super(TextUIFactory, self).__init__()
57
54
        # TODO: there's no good reason not to pass all three streams, maybe we