hgext3rd/topic/__init__.py
changeset 1943 cd56f4d8b5a3
parent 1942 8815e799d865
child 1944 daad8249d5cf
equal deleted inserted replaced
1942:8815e799d865 1943:cd56f4d8b5a3
    90         return [t]
    90         return [t]
    91     return []
    91     return []
    92 
    92 
    93 def uisetup(ui):
    93 def uisetup(ui):
    94     destination.modsetup(ui)
    94     destination.modsetup(ui)
    95     topicrevset.modsetup()
    95     topicrevset.modsetup(ui)
    96 
    96 
    97 @contextlib.contextmanager
    97 @contextlib.contextmanager
    98 def usetopicmap(repo):
    98 def usetopicmap(repo):
    99     """use awful monkey patching to update the topic cache"""
    99     """use awful monkey patching to update the topic cache"""
   100     oldbranchcache = branchmap.branchcache
   100     oldbranchcache = branchmap.branchcache