hgext3rd/topic/__init__.py
branchstable
changeset 4216 b90422a11a88
parent 4190 883e75e0a810
child 4218 da5f7927917c
equal deleted inserted replaced
4210:470ba668687a 4216:b90422a11a88
   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.12.1.dev'
   180 __version__ = '0.12.1'
   181 
   181 
   182 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
   182 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
   183 minimumhgversion = '4.3'
   183 minimumhgversion = '4.3'
   184 buglink = 'https://bz.mercurial-scm.org/'
   184 buglink = 'https://bz.mercurial-scm.org/'
   185 
   185