hgext3rd/topic/__init__.py
branchstable
changeset 4519 e23f85bc43ed
parent 4517 33c617626fd9
child 4520 36632d514af2
child 4522 001eb0f11bcd
equal deleted inserted replaced
4518:b0981a1ebf83 4519:e23f85bc43ed
   177               # (first pick I could think off, update as needed
   177               # (first pick I could think off, update as needed
   178               'log.topic': 'green_background',
   178               'log.topic': 'green_background',
   179               'topic.active': 'green',
   179               'topic.active': 'green',
   180              }
   180              }
   181 
   181 
   182 __version__ = '0.14.0'
   182 __version__ = '0.14.1.dev'
   183 
   183 
   184 testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
   184 testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
   185 minimumhgversion = '4.4'
   185 minimumhgversion = '4.4'
   186 buglink = 'https://bz.mercurial-scm.org/'
   186 buglink = 'https://bz.mercurial-scm.org/'
   187 
   187