uisetup: add call to 'topicmap.modsetup'
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 30 Mar 2016 23:55:31 -0700
changeset 1952 665d6322994e
parent 1951 0309cac5d91d
child 1953 bdc5bb223b50
uisetup: add call to 'topicmap.modsetup' this was forgotten in 99c1a26abf3f. Tests did not broke because the wrapping of cg.apply only have performance impact (cache warmup).
hgext3rd/topic/__init__.py
--- a/hgext3rd/topic/__init__.py	Wed Mar 30 22:33:06 2016 -0700
+++ b/hgext3rd/topic/__init__.py	Wed Mar 30 23:55:31 2016 -0700
@@ -88,6 +88,7 @@
     destination.modsetup(ui)
     topicrevset.modsetup(ui)
     discovery.modsetup(ui)
+    topicmap.modsetup(ui)
     setupimportexport(ui)
 
     extensions.afterloaded('rebase', _fixrebase)