hgext3rd/topic/__init__.py
branchstable
changeset 3422 7581a217a243
parent 3405 5813075618b4
child 3423 e21b4f3b32c1
child 3435 4fdcb81a2dd9
child 3439 6c772398eb4e
equal deleted inserted replaced
3421:5432872341c9 3422:7581a217a243
   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.7.1.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