~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-09 04:24:02 UTC
  • mfrom: (4415.1.6 deprecation)
  • Revision ID: pqm@pqm.ubuntu.com-20090609042402-bmecxutc27lsgu91
(mbp) remove deprecated progress bar and weave code

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
* Added osutils.parent_directories(). (Ian Clatworthy)
108
108
 
 
109
* ``bzrlib.progress.ProgressBar``, ``ChildProgress``, ``DotsProgressBar``,
 
110
  ``TTYProgressBar`` and ``child_progress`` are now deprecated; use
 
111
  ``ui_factory.nested_progress_bar`` instead.  (Martin Pool)
 
112
 
109
113
* TreeTransformBase no longer assumes that limbo is provided via disk.
110
114
  DiskTreeTransform now provides disk functionality.  (Aaron Bentley)
111
115
 
112
 
 
113
116
Internals
114
117
*********
115
118
 
 
119
* Remove ``weave.py`` script for accessing internals of old weave-format
 
120
  repositories.  (Martin Pool)
 
121
 
116
122
Testing
117
123
*******
118
124