~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-02-25 02:01:51 UTC
  • mfrom: (5676.1.10 per_interrepo-extra)
  • Revision ID: pqm@pqm.ubuntu.com-20110225020151-tlqdjbxfv5byh7l7
(jelmer) Allow repositories to provide extra combinations to run
 bzrlib.tests.per_interrepo with. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
  indicates whether the components of the bzrdir can be upgraded
156
156
  independent of the ``BzrDir``. (Jelmer Vernooij)
157
157
 
 
158
* Repository formats can now provide
 
159
  ``_get_extra_interrepo_test_combinations`` in the same module 
 
160
  to provide extra test combinations for ``bzrlib.tests.per_repository``.
 
161
  (Jelmer Vernooij)
 
162
 
158
163
* Repository formats should now be registered on the format registry
159
164
  (``bzrlib.repository.format_registry``) rather than using the class
160
165
  methods on ``RepositoryFormat``. (Jelmer Vernooij)