~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-06-16 06:10:29 UTC
  • mfrom: (5975.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110616061029-e58iq1gyvk3pl4yz
(vila) Implement config hooks (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
.. New commands, options, etc that users may wish to try out.
25
25
 
 
26
* Hooks have been added for config stacks: ``get``, ``set`` and ``remove``
 
27
  are called when an option is repsectively read, modified or deleted. Also
 
28
  added ``load`` and ``save`` hooks for config stores, called when the
 
29
  stores are loaded or saved.  (Vincent Ladeuil)
 
30
 
26
31
* New hook server_exception in bzrlib.smart.server to catch any
27
 
  exception caused while running bzr serve.  (Jonathan Riddell,
28
 
  #274578)
 
32
  exception caused while running bzr serve.
 
33
  (Jonathan Riddell, #274578)
 
34
 
29
35
 
30
36
* New hook set_commit_message in bzrlib.msgeditor to set
31
37
  a commit message and revision properties.  (Jonathan Riddell,