comparison hgext3rd/topic/__init__.py @ 5320:c2eea89b3f74 stable

packaging: mark as developer version
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 09 May 2020 22:19:09 +0800
parents 27d57ca86865
children bed4fc158fc9
comparison
equal deleted inserted replaced
5319:98f83012b7c0 5320:c2eea89b3f74
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' 205 __version__ = b'0.19.1.dev'
206 206
207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4' 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