hgext3rd/topic/__init__.py
branchstable
changeset 3048 bdc28886526f
parent 3043 033e00be9ce4
child 3057 cb8ae3cb0bbc
child 3058 adfc936dff63
equal deleted inserted replaced
3047:34c0c733e804 3048:bdc28886526f
   120               # (first pick I could think off, update as needed
   120               # (first pick I could think off, update as needed
   121               'log.topic': 'green_background',
   121               'log.topic': 'green_background',
   122               'topic.active': 'green',
   122               'topic.active': 'green',
   123              }
   123              }
   124 
   124 
   125 __version__ = '0.3.1.dev'
   125 __version__ = '0.3.1'
   126 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
   126 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
   127 minimumhgversion = '4.0'
   127 minimumhgversion = '4.0'
   128 buglink = 'https://bz.mercurial-scm.org/'
   128 buglink = 'https://bz.mercurial-scm.org/'
   129 
   129 
   130 def _contexttopic(self, force=False):
   130 def _contexttopic(self, force=False):