hgext3rd/topic/__init__.py
changeset 3423 e21b4f3b32c1
parent 3422 7581a217a243
child 3445 b0ca70e733bf
equal deleted inserted replaced
3417:d3a17c67f85c 3423:e21b4f3b32c1
   173               # (first pick I could think off, update as needed
   173               # (first pick I could think off, update as needed
   174               'log.topic': 'green_background',
   174               'log.topic': 'green_background',
   175               'topic.active': 'green',
   175               'topic.active': 'green',
   176              }
   176              }
   177 
   177 
   178 __version__ = '0.7.0'
   178 __version__ = '0.8.0.dev'
   179 
   179 
   180 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2'
   180 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2'
   181 minimumhgversion = '4.1'
   181 minimumhgversion = '4.1'
   182 buglink = 'https://bz.mercurial-scm.org/'
   182 buglink = 'https://bz.mercurial-scm.org/'
   183 
   183