hgext3rd/topic/__init__.py
branchstable
changeset 4517 33c617626fd9
parent 4435 7915aef191ff
child 4519 e23f85bc43ed
equal deleted inserted replaced
4510:0b86c05440e9 4517:33c617626fd9
   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.dev'
   182 __version__ = '0.14.0'
   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