~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

  • Committer: Martin Pool
  • Date: 2009-06-23 06:58:46 UTC
  • mto: This revision was merged to the branch mainline in revision 4586.
  • Revision ID: mbp@sourcefrog.net-20090623065846-wvsuj9gip4e723i1
Update docstrings for recent progress changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                 stderr=None):
48
48
        """Create a TextUIFactory.
49
49
 
50
 
        :param bar_type: The type of progress bar to create. It defaults to
51
 
                         letting the bzrlib.progress.ProgressBar factory auto
52
 
                         select.   Deprecated.
 
50
        :param bar_type: The type of progress bar to create.  Deprecated
 
51
            and ignored; a TextProgressView is always used.
53
52
        """
54
53
        super(TextUIFactory, self).__init__(stdin=stdin,
55
54
                stdout=stdout, stderr=stderr)