~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Add bzrlib.tests.per_repository_vf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
  (``bzrlib.repository.format_registry``) rather than using the class
155
155
  methods on ``RepositoryFormat``. (Jelmer Vernooij)
156
156
 
 
157
* Repository formats can now indicate they do not support the full
 
158
  VersionedFiles API by setting the ``supports_full_versioned_files``
 
159
  attribute to False. A subset of the VersionedFiles API
 
160
  (signatures and text graphs) still needs to be supported.
 
161
  (Jelmer Vernooij)
 
162
 
157
163
* The ``revision_id`` parameter of
158
164
  ``Repository.search_missing_revision_ids`` and
159
165
  ``InterRepository.search_missing_revision_ids`` is deprecated.  It is