53
53
:param hook_name: A hook name. See the __init__ method of BranchHooks
54
54
for the complete list of hooks.
55
55
:param a_callable: The callable to be invoked when the hook triggers.
57
57
method of BranchHooks for details on each hook.
59
59
self.install_named_hook(hook_name, a_callable, None)