X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=__init__.py;h=1bc1f346db2149cd4af103bf79b1f6e24234f94b;hb=9975175d60c3abc3b29e0b23ef80ce9703a6dda0;hp=6c3f2687ec9fb13d93f8ad2f08ed8905a2a592bf;hpb=3ad4340dea8ee06a11c02d89c5847c516cfc5862;p=bzrirker.git 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')