~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Jelmer Vernooij
  • Date: 2012-01-06 01:58:27 UTC
  • mto: (6437.3.7 2.5)
  • mto: This revision was merged to the branch mainline in revision 6441.
  • Revision ID: jelmer@samba.org-20120106015827-9xy0wl8fcf5fn1d5
Add hooks for tree transforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
  which contains the branch from which the ``other_tree``
179
179
  was obtained, if any. (Jelmer Vernooij)
180
180
 
 
181
* ``MutableTree`` has two new hooks ``pre_transform`` and
 
182
  ``post_transform`` that are called for tree transform operations.
 
183
  (Jelmer Vernooij, #912084)
 
184
 
181
185
* New HPSS call ``BzrDir.checkout_metadir``. (Jelmer Vernooij, #894459)
182
186
 
183
187
* New HPSS call ``VersionedFileRepository.get_inventories``,