~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-06-16 12:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 5979.
  • Revision ID: jelmer@samba.org-20110616125032-zgqiqw430te32584
Deprecate Repository.iter_reverse_revision_history.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
  now represented as a `LockHeldInfo` object, rather than a plain Python
112
112
  dict.
113
113
 
 
114
* ``Repository.iter_reverse_revision_history`` is now deprecated.
 
115
  Use ``Graph.iter_lefthand_ancestry`` instead.
 
116
  (Jelmer Vernooij, #739481)
 
117
 
114
118
Internals
115
119
*********
116
120