hgext3rd/topic/__init__.py
branchstable
changeset 2428 7c15b494bacc
parent 2340 e6d3b83b306b
child 2464 2b53a2a21bbb
equal deleted inserted replaced
2427:59e7fc0ad7c0 2428:7c15b494bacc
   104               # (first pick I could think off, update as needed
   104               # (first pick I could think off, update as needed
   105               'log.topic': 'green_background',
   105               'log.topic': 'green_background',
   106               'topic.active': 'green',
   106               'topic.active': 'green',
   107              }
   107              }
   108 
   108 
   109 testedwith = '3.9'
   109 testedwith = '4.0.2 4.1.3 4.2'
   110 
   110 
   111 def _contexttopic(self):
   111 def _contexttopic(self):
   112     return self.extra().get(constants.extrakey, '')
   112     return self.extra().get(constants.extrakey, '')
   113 context.basectx.topic = _contexttopic
   113 context.basectx.topic = _contexttopic
   114 
   114