hgext3rd/topic/__init__.py
branchstable
changeset 3058 adfc936dff63
parent 3048 bdc28886526f
child 3062 0cd594fdfd75
child 3065 fdd0b6c26597
equal deleted inserted replaced
3056:9360d7ad7270 3058:adfc936dff63
   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'
   125 __version__ = '0.3.2.dev'
   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):