Remove extra hook added due to misunderstanding bzr docs
authorNeil <neil@dip.sun.ac.za>
Sat, 17 Nov 2012 16:00:09 +0000 (18:00 +0200)
committerNeil <neil@dip.sun.ac.za>
Sat, 17 Nov 2012 16:00:09 +0000 (18:00 +0200)
__init__.py

index 6c3f2687ec9fb13d93f8ad2f08ed8905a2a592bf..1bc1f346db2149cd4af103bf79b1f6e24234f94b 100644 (file)
@@ -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')