# HG changeset patch # User Pierre-Yves David # Date 1459407331 25200 # Node ID 665d6322994ea3e52d682d2d2d3e79989a2ddf32 # Parent 0309cac5d91dd19cd2e1e491efff0e1523fa02aa 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). diff -r 0309cac5d91d -r 665d6322994e 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)