/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-06-16 05:21:36 UTC
  • mfrom: (5743.8.25 config-hooks)
  • mto: This revision was merged to the branch mainline in revision 5976.
  • Revision ID: v.ladeuil+lp@free.fr-20110616052136-g4d3yjrqo8knv3x2
Implement config hooks

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,