From: Neil Date: Sun, 11 Nov 2012 12:12:33 +0000 (+0200) Subject: Work-around double commit message X-Git-Url: https://git.ctpug.org.za/?p=bzrirker.git;a=commitdiff_plain;h=0c567ce7b9108ddfb90f67df6745453991fa4fde Work-around double commit message --- 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')