43
43
doc = ("Invoked after changing the tip of a branch object. Called with"
44
44
"a bzrlib.branch.PostChangeBranchTipParams object")
45
45
hook = HookPoint("post_tip_change", doc, (0, 15), None)
46
self.applyDeprecated(deprecated_in((2, 4)), hooks.create_hook, hook)
47
47
self.assertEqual(hook, hooks['post_tip_change'])
49
49
def test_create_hook_name_collision_errors(self):