~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-08 23:52:59 UTC
  • mfrom: (5684.2.6 per-repository-vf)
  • Revision ID: pqm@pqm.ubuntu.com-20110308235259-6yxq3x7vy60tfta3
(jelmer) Move some tests that rely on the full VersionedFiles API to
 bzrlib.tests.per_repository_vf. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
  (``bzrlib.repository.format_registry``) rather than using the class
187
187
  methods on ``RepositoryFormat``. (Jelmer Vernooij)
188
188
 
 
189
* Repository formats can now indicate they do not support the full
 
190
  VersionedFiles API by setting the ``supports_full_versioned_files``
 
191
  attribute to False. A subset of the VersionedFiles API
 
192
  (signatures and text graphs) still needs to be supported.
 
193
  (Jelmer Vernooij)
 
194
 
189
195
* Repository formats have a new method ``is_deprecated`` that
190
196
  implementations can override to return True to trigger a deprecation
191
197
  warning. (Jelmer Vernooij)