Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
1951:0309cac5d91d | 1952:665d6322994e |
---|---|
86 | 86 |
87 def uisetup(ui): | 87 def uisetup(ui): |
88 destination.modsetup(ui) | 88 destination.modsetup(ui) |
89 topicrevset.modsetup(ui) | 89 topicrevset.modsetup(ui) |
90 discovery.modsetup(ui) | 90 discovery.modsetup(ui) |
91 topicmap.modsetup(ui) | |
91 setupimportexport(ui) | 92 setupimportexport(ui) |
92 | 93 |
93 extensions.afterloaded('rebase', _fixrebase) | 94 extensions.afterloaded('rebase', _fixrebase) |
94 | 95 |
95 entry = extensions.wrapcommand(commands.table, 'commit', commitwrap) | 96 entry = extensions.wrapcommand(commands.table, 'commit', commitwrap) |