~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-02-20 00:18:58 UTC
  • mto: This revision was merged to the branch mainline in revision 5687.
  • Revision ID: jelmer@samba.org-20110220001858-0mlsuko46nhbron9
Allow lazily registering possible DWIM revspecs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  ``import_last_revision_info_and_tags`` method instead.
125
125
  (Andrew Bennetts)
126
126
 
 
127
* ``bzrlib.revionspec.dwim_revspecs`` is deprecated.
 
128
  Use ``bzrlib.revisionspec.RevisionSpec_dwim.append_possible_revspec`` and
 
129
  ``bzrlib.revisionspec.RevisionSpec_dwim.append_possible_lazy_revspec``
 
130
  instead.  (Jelmer Vernooij, #721971)
 
131
 
127
132
* Repository formats should now be registered on the format registry
128
133
  (``bzrlib.repository.format_registry``) rather than using the class
129
134
  methods on ``RepositoryFormat``. (Jelmer Vernooij)