From 0c567ce7b9108ddfb90f67df6745453991fa4fde Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 11 Nov 2012 14:12:33 +0200 Subject: [PATCH] Work-around double commit message --- __init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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') -- 2.34.1