Part of bzrlib.merge View In Hierarchy
| Method | __init__ | Create a new hooks dictionary. |
Inherited from Hooks:
| Method | add_hook | Add a hook point to this dictionary. |
| Method | create_hook | Create a hook which can have callbacks registered for it. |
| Method | docs | Generate the documentation for this Hooks instance. |
| Method | get_hook_name | Get the name for a_callable for UI display. |
| Method | install_named_hook_lazy | Install a_callable in to the hook hook_name lazily, and label it. |
| Method | install_named_hook | Install a_callable in to the hook hook_name, and label it name. |
| Method | uninstall_named_hook | Uninstall named hooks. |
| Method | name_hook | Associate name with a_callable to show users what is running. |
| Parameters | module | The module from which this hooks dictionary should be loaded (used for lazy hooks) |
| member_name | Name under which this hooks dictionary should be loaded. (used for lazy hooks) |