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