~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Add RepositoryFormat.is_deprecated(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
  (``bzrlib.repository.format_registry``) rather than using the class
169
169
  methods on ``RepositoryFormat``. (Jelmer Vernooij)
170
170
 
 
171
* Repository formats have a new method ``is_deprecated`` that
 
172
  implementations can override to return True to trigger a deprecation
 
173
  warning. (Jelmer Vernooij)
 
174
 
171
175
* The ``revision_id`` parameter of
172
176
  ``Repository.search_missing_revision_ids`` and
173
177
  ``InterRepository.search_missing_revision_ids`` is deprecated.  It is