~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-11 20:21:17 UTC
  • mfrom: (5712.3.23 lazy-bzrdir)
  • Revision ID: pqm@pqm.ubuntu.com-20110311202117-tvicdu07o2x7jh8b
(jelmer) Add Prober.known_formats() in favour of
 BzrDirFormat.register_format() and ControlDirFormat.register_format().
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
  ``import_last_revision_info_and_tags`` method instead.
162
162
  (Andrew Bennetts)
163
163
 
 
164
* ``ControlDirFormat.register_format`` has been removed. Instead,
 
165
  ``Prober`` implementations should now implement a ``known_formats``
 
166
  method. (Jelmer Vernooij)
 
167
 
164
168
* ``bzrlib.revionspec.dwim_revspecs`` is deprecated.
165
169
  Use ``bzrlib.revisionspec.RevisionSpec_dwim.append_possible_revspec`` and
166
170
  ``bzrlib.revisionspec.RevisionSpec_dwim.append_possible_lazy_revspec``
170
174
  indicates whether the components of the bzrdir can be upgraded
171
175
  independent of the ``BzrDir``. (Jelmer Vernooij)
172
176
 
 
177
* ``BzrProber.register_format`` and ``BzrProber.unregister_format`` are
 
178
  now deprecated in favour of the ``BzrProber.formats`` format registry.
 
179
  (Jelmer Vernooij)
 
180
 
173
181
* ``ControlDir`` implementations no longer have to provide the ``get_branch_transport``,
174
182
  ``get_workingtree_transport`` and ``get_repository_transport`` methods.
175
183
  (Jelmer Vernooij, #730325)