~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-03-12 00:17:50 UTC
  • mto: This revision was merged to the branch mainline in revision 5845.
  • Revision ID: jelmer@canonical.com-20110312001750-4g4gkger050rrxok
Remove bzrlib.deprecated_graph.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
  ``Prober`` implementations should now implement a ``known_formats``
166
166
  method. (Jelmer Vernooij)
167
167
 
 
168
* ``bzrlib.deprecated_graph`` has been removed. ``bzrlib.graph``
 
169
  scales better tree and should be used instead.
 
170
  (Jelmer Vernooij, #733612)
 
171
 
168
172
* ``bzrlib.revionspec.dwim_revspecs`` is deprecated.
169
173
  Use ``bzrlib.revisionspec.RevisionSpec_dwim.append_possible_revspec`` and
170
174
  ``bzrlib.revisionspec.RevisionSpec_dwim.append_possible_lazy_revspec``