~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-05-04 22:17:22 UTC
  • mfrom: (5815.3.15 use-tree-annotate)
  • Revision ID: pqm@pqm.ubuntu.com-20110504221722-fz5hr1xagchptyje
(jelmer) Avoid directly accessing VersionedFiles.annotate();
 rather, access it through RevisionTree.annotate_iter(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
.. Changes that may require updates in plugins or other code that uses
44
44
   bzrlib.
45
45
 
 
46
* ``annotate_file`` has been deprecated in favor of
 
47
  ``annotate_file_revision_tree``. (Jelmer Vernooij, #775598)
 
48
 
46
49
Internals
47
50
*********
48
51