Mercurial > evolve
diff hgext3rd/topic/__init__.py @ 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 | 62d5d4206840 |
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)