~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-02-18 18:13:45 UTC
  • mfrom: (5622.1.4 lazy-hooks-pt1)
  • Revision ID: pqm@pqm.ubuntu.com-20110218181345-on7vdomzesup6tos
(jelmer) Add some methods to allow lazy loading of hook callbacks. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
  by cacthing them so they can be re-raised in the controlling thread. It's
146
146
  available in the ``bzrlib.cethread`` module.  (Vincent Ladeuil)
147
147
 
 
148
* ``HookPoint.lazy_hook`` and ``Hooks.install_named_lazy_hook`` can install 
 
149
  hooks for which the callable is loaded lazily.  (Jelmer Vernooij)
 
150
 
148
151
Testing
149
152
*******
150
153