From: Neil Date: Sat, 17 Nov 2012 16:00:09 +0000 (+0200) Subject: Remove extra hook added due to misunderstanding bzr docs X-Git-Url: https://git.ctpug.org.za/?p=bzrirker.git;a=commitdiff_plain;h=aa1835525746b474c35004d6280ed8dcdc0ef524 Remove extra hook added due to misunderstanding bzr docs --- diff --git a/__init__.py b/__init__.py index 6c3f268..1bc1f34 100644 --- a/__init__.py +++ b/__init__.py @@ -66,8 +66,5 @@ option_registry.register_lazy("irker_port", "bzrlib.plugins.bzrirker.irkerhook", "opt_irker_port") from bzrlib.hooks import install_lazy_named_hook -# This causes double commit messages - investigate what we need further -#install_lazy_named_hook("bzrlib.branch", "Branch.hooks", 'post_commit', -# branch_commit_hook, 'bzr-irker') install_lazy_named_hook("bzrlib.branch", "Branch.hooks", 'post_change_branch_tip', branch_post_change_hook, 'bzr-irker')