hgext3rd/topic/__init__.py
branchstable
changeset 4365 8c4289d0e91e
parent 4320 b4bc185bcefb
child 4367 99884551bc76
equal deleted inserted replaced
4364:b74a31c69ad5 4365:8c4289d0e91e
   175               # (first pick I could think off, update as needed
   175               # (first pick I could think off, update as needed
   176               'log.topic': 'green_background',
   176               'log.topic': 'green_background',
   177               'topic.active': 'green',
   177               'topic.active': 'green',
   178              }
   178              }
   179 
   179 
   180 __version__ = '0.13.0.dev'
   180 __version__ = '0.13.0'
   181 
   181 
   182 testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8'
   182 testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
   183 minimumhgversion = '4.4'
   183 minimumhgversion = '4.4'
   184 buglink = 'https://bz.mercurial-scm.org/'
   184 buglink = 'https://bz.mercurial-scm.org/'
   185 
   185 
   186 if util.safehasattr(registrar, 'configitem'):
   186 if util.safehasattr(registrar, 'configitem'):
   187 
   187