~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 14:09:04 UTC
  • mto: This revision was merged to the branch mainline in revision 6436.
  • Revision ID: jelmer@samba.org-20120106140904-yim0qjm8xvivuuj8
Add post_build_tree hook.

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 now has a hook ``post_build_tree`` which is called after
 
182
  a new mutable tree has been created. (Jelmer Vernooij, #912765)
 
183
 
181
184
* New HPSS call ``BzrDir.checkout_metadir``. (Jelmer Vernooij, #894459)
182
185
 
183
186
* New HPSS call ``VersionedFileRepository.get_inventories``,