~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2009-06-05 23:00:37 UTC
  • mto: This revision was merged to the branch mainline in revision 4418.
  • Revision ID: mbp@sourcefrog.net-20090605230037-662frzolf4cph3a3
Deprecate DotsProgressBar and TTYProgressBar

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
* Added osutils.parent_directories(). (Ian Clatworthy)
102
102
 
103
 
* ``bzrlib.progress.ProgressBar``, ``ChildProgress`` and
104
 
  ``child_progress`` are now deprecated; use
 
103
* ``bzrlib.progress.ProgressBar``, ``ChildProgress``, ``DotsProgressBar``,
 
104
  ``TTYProgressBar`` and ``child_progress`` are now deprecated; use
105
105
  ``ui_factory.nested_progress_bar`` instead.  (Martin Pool)
106
106
 
107
107
* TreeTransformBase no longer assumes that limbo is provided via disk.