~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-04-19 12:54:46 UTC
  • mfrom: (5793.2.6 revisiontree-get-revision)
  • Revision ID: pqm@pqm.ubuntu.com-20110419125446-s16r0ck8t1ig6u7n
(jelmer) Add RevisionTree.get_file_revision,
 replacing an existing static method on Tree. 
 This should also make it unnecessary to access the inventory in a couple
 more cases. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
  from ``bzrlib.repofmt.pack_repo`` to
152
152
  ``bzrlib.repofmt.knitpack_repo``. (Jelmer Vernooij)
153
153
 
 
154
* ``RevisionTree`` now has a new method ``get_file_revision``.
 
155
  (Jelmer Vernooij)
 
156
 
154
157
* ``WorkingTree`` no longer provides an ``inventory``. Instead,
155
158
  all inventory-related functionality is now on the subclass
156
159
  ``InventoryWorkingTree`` that all native Bazaar working tree