~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-30 21:12:30 UTC
  • mfrom: (2245.1.3 branch-hook)
  • Revision ID: pqm@pqm.ubuntu.com-20070130211230-64c2d9b4bce9304f
(robertc) Add Branch hooks faciity, allowing clean creation and management of hooks around branch API calls.

Show diffs side-by-side

added added

removed removed

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