comparison hgext3rd/topic/__init__.py @ 5306:27d57ca86865 stable 10.0.0

packaging: prepare evolve version 10.0.0
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 08 May 2020 18:45:49 +0800
parents 426f2800b793
children c2eea89b3f74
comparison
equal deleted inserted replaced
5305:8cf87826d9fa 5306:27d57ca86865
200 # (first pick I could think off, update as needed 200 # (first pick I could think off, update as needed
201 b'log.topic': b'green_background', 201 b'log.topic': b'green_background',
202 b'topic.active': b'green', 202 b'topic.active': b'green',
203 } 203 }
204 204
205 __version__ = b'0.19.0.dev' 205 __version__ = b'0.19.0'
206 206
207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3' 207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4'
208 minimumhgversion = b'4.6' 208 minimumhgversion = b'4.6'
209 buglink = b'https://bz.mercurial-scm.org/' 209 buglink = b'https://bz.mercurial-scm.org/'
210 210
211 if util.safehasattr(registrar, 'configitem'): 211 if util.safehasattr(registrar, 'configitem'):
212 212