hgext3rd/topic/__init__.py
branchstable
changeset 4117 870c31f85c90
parent 4115 c6362c4abd69
child 4118 d3ea35ad88f3
child 4123 119fced5a891
equal deleted inserted replaced
4116:61870ec7a9e9 4117:870c31f85c90
   176               # (first pick I could think off, update as needed
   176               # (first pick I could think off, update as needed
   177               'log.topic': 'green_background',
   177               'log.topic': 'green_background',
   178               'topic.active': 'green',
   178               'topic.active': 'green',
   179              }
   179              }
   180 
   180 
   181 __version__ = '0.11.1'
   181 __version__ = '0.11.2.dev'
   182 
   182 
   183 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
   183 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
   184 minimumhgversion = '4.3'
   184 minimumhgversion = '4.3'
   185 buglink = 'https://bz.mercurial-scm.org/'
   185 buglink = 'https://bz.mercurial-scm.org/'
   186 
   186