~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-01-30 11:52:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: robertc@robertcollins.net-20070130115230-2052dzn5xo9h6o07
Add install_hook to the BranchHooks class as the official means for installing a hook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    * New Branch hooks facility, with one initial hook 'set_rh' which triggers
29
29
      whenever the revision history is set. This allows triggering on e.g.
30
30
      push, pull, commit, and so on. Developed for use with the branchrss
31
 
      plugin. See bzrlib/tests/branch_implementations/test_hooks for more
32
 
      details. (Robert Collins)
 
31
      plugin. See bzrlib.branch.BranchHooks for more details. (Robert Collins)
33
32
 
34
33
  BUGFIXES:
35
34