~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-03-12 06:24:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4133.
  • Revision ID: robertc@robertcollins.net-20090312062439-gigl7rnor6t2cbcz
Migrate existing hooks over to the new HookPoint infrastructure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
      ``bzrlib.hooks.known_hooks``. This removes the separate list from
55
55
      ``bzrlib.tests`` and ensures that all hooks registered there are
56
56
      correctly isolated by the test suite (previously
57
 
      ``MutableTreeHooks`` were not being isolated correctly).
 
57
      ``MutableTreeHooks`` were not being isolated correctly). Further, 
 
58
      documentation for hooks is now dynamically generated from the
 
59
      present HookPoints. ``bzr hooks`` will now also report on all the
 
60
      hooks present in the ``bzrlib.hooks.known_hooks`` registry.
58
61
      (Robert Collins)
59
62
 
60
63
    * ``bzr add`` no longer prints ``add completed`` on success. Failure