hgext3rd/topic/__init__.py
changeset 3405 5813075618b4
parent 3384 2b06f144b6e0
child 3418 85cdce113c2c
child 3422 7581a217a243
equal deleted inserted replaced
3404:718ef6b0ee6e 3405:5813075618b4
   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.dev'
   178 __version__ = '0.7.0'
   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