~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-06-19 18:33:40 UTC
  • mfrom: (5972.3.25 get-ancestry-is-evil)
  • Revision ID: pqm@pqm.ubuntu.com-20110619183340-ds1rpql77nxrmo4n
(jelmer) Deprecate Repository.get_ancestry(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
  Use ``Graph.iter_lefthand_ancestry`` instead.
195
195
  (Jelmer Vernooij, #739481)
196
196
 
 
197
* ``Repository.get_ancestry`` has been deprecated. Use
 
198
  ``Graph.iter_ancestry`` instead.
 
199
  (Jelmer Vernooij, #784511)
 
200
 
197
201
Internals
198
202
*********
199
203