5
7
One way to customize Bazaar's behaviour is with *hooks*. Hooks allow you to
6
8
perform actions before or after certain Bazaar operations. The operations
7
9
include ``commit``, ``push``, ``pull``, and ``uncommit``.
11
14
To use a hook, you should write a `plugin <plugins.html>`_. Instead of
12
15
creating a new command, this plugin will define and install the hook. Here's