~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-08 11:09:22 UTC
  • mfrom: (5393.3.9 601749-status-options-show)
  • Revision ID: pqm@pqm.ubuntu.com-20100908110922-fki7swxcw814v7u0
(mbp) support for pre_status and post_status hooks. (Parth Malwankar)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
New Features
65
65
************
66
66
 
 
67
* Added ``pre_status`` and ``post_status`` hooks. This allows plugins
 
68
  to register custom handlers which will be invoked before/after the
 
69
  standard status output is displayed. (Parth Malwankar)
 
70
 
67
71
* ``bzr break-lock --config [location]`` can now break config files
68
72
  locks. (Vincent Ladeuil, #525571)
69
73