X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=__init__.py;h=9bb0c566c210744c298182b57166bea3719a4324;hb=0c567ce7b9108ddfb90f67df6745453991fa4fde;hp=c775f514a941c664c3e402718b6f1a596dec0f8b;hpb=eed1855ce2bfc51ab77febfc015a1558de4395bb;p=bzrirker.git diff --git a/__init__.py b/__init__.py index c775f51..9bb0c56 100644 --- a/__init__.py +++ b/__init__.py @@ -56,7 +56,8 @@ option_registry.register_lazy("irker_project", "bzrlib.plugins.bzrirker.irkerhook", "opt_irker_project") from bzrlib.hooks import install_lazy_named_hook -install_lazy_named_hook("bzrlib.branch", "Branch.hooks", 'post_commit', - branch_commit_hook, 'bzr-irker') +# 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')