comparison hgext3rd/topic/__init__.py @ 6150:453302ef7f79 stable

packaging: prepare evolve 10.5.0, topic 0.24.0, pullbundle 0.1.3
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 23 Feb 2022 18:01:54 +0300
parents 74665d83fb3b
children e2804c9ebd72
comparison
equal deleted inserted replaced
6149:8bff4d0249f9 6150:453302ef7f79
229 # default color to help log output and thg 229 # default color to help log output and thg
230 # (first pick I could think off, update as needed 230 # (first pick I could think off, update as needed
231 b'log.topic': b'green_background', 231 b'log.topic': b'green_background',
232 } 232 }
233 233
234 __version__ = b'0.24.0.dev' 234 __version__ = b'0.24.0'
235 235
236 testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0' 236 testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1'
237 minimumhgversion = b'4.8' 237 minimumhgversion = b'4.8'
238 buglink = b'https://bz.mercurial-scm.org/' 238 buglink = b'https://bz.mercurial-scm.org/'
239 239
240 if util.safehasattr(registrar, 'configitem'): 240 if util.safehasattr(registrar, 'configitem'):
241 241