hgext3rd/topic/__init__.py
branchstable
changeset 4279 48da02d7f8eb
parent 4277 7edc5c148df0
child 4280 ff799015d62e
child 4317 97b18934d6db
equal deleted inserted replaced
4278:02e64a6cf595 4279:48da02d7f8eb
   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.2'
   180 __version__ = '0.12.3.dev'
   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