changeset 1952:665d6322994e

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).
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Mar 2016 23:55:31 -0700
parents 0309cac5d91d
children bdc5bb223b50
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)