hgext3rd/topic/__init__.py
changeset 4368 acfd2b1a6176
parent 4367 99884551bc76
child 4432 5da1d162ad50
equal deleted inserted replaced
4350:5ba82f405453 4368:acfd2b1a6176
   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.14.0.dev'
   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