incorrect hook was used to insert topgit section

This commit is contained in:
Yann Hodique 2010-09-18 10:29:50 +02:00
parent bdaee3c8a1
commit 8c07f36b48

View file

@ -78,7 +78,7 @@
((topic)
(magit-checkout info)))
(add-hook 'magit-after-insert-stashes 'magit-insert-topics)
(add-hook 'magit-after-insert-stashes-hook 'magit-insert-topics)
(add-hook 'magit-create-branch-command-hook 'magit-topgit-create-branch)
(add-hook 'magit-pull-command-hook 'magit-topgit-pull)