comparison hgext3rd/topic/__init__.py @ 5529:1cce884c9448 stable 10.0.2

packaging: prepare version 10.0.2
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 08 Sep 2020 11:21:49 +0800
parents f9a53fce3cf7
children 3e23bedf8d38
comparison
equal deleted inserted replaced
5519:13e589fb61f5 5529:1cce884c9448
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.2.dev' 205 __version__ = b'0.19.2'
206 206
207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5' 207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5'
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