~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.6.txt

(jelmer) Deprecate {lazy_,}register_filter_stack_map. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
* New convenience API method ``WorkingTree.get_config_stack``.
164
164
  (Jelmer Vernooij)
165
165
 
166
 
* Remove deprecated ``Branch.set_revision_history`` and
167
 
  ``Branch.revision_history`` methods and the ``set_rh``
168
 
  hook on ``Branch``. (Jelmer Vernooij)
 
166
* ``register_filter_stack_map`` and ``lazy_register_filter_stack_map``
 
167
  are noew deprecated. Instead, use ``filter_stacks_registry.register``
 
168
  and ``filter_stacks_registry.register_lazy``.
 
169
  (Jelmer Vernooij)
169
170
 
170
171
* Remove 
171
172
  ``branch.PullResult.__int__`` deprecated in 2.3.0,
196
197
  ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0,
197
198
  (Vincent Ladeuil)
198
199
 
 
200
* Remove deprecated ``Branch.set_revision_history`` and
 
201
  ``Branch.revision_history`` methods and the ``set_rh``
 
202
  hook on ``Branch``. (Jelmer Vernooij)
 
203
 
199
204
Internals
200
205
*********
201
206