comparison hgext3rd/topic/__init__.py @ 6024:18aa756353a7

evolve: formally remove 4.6 support
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 04 Sep 2021 19:16:17 +0300
parents 01154958e0cf
children 30cde40dcd17
comparison
equal deleted inserted replaced
6019:6f6b6218b6fe 6024:18aa756353a7
231 b'log.topic': b'green_background', 231 b'log.topic': b'green_background',
232 } 232 }
233 233
234 __version__ = b'0.23.0.dev' 234 __version__ = b'0.23.0.dev'
235 235
236 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9' 236 testedwith = b'4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9'
237 minimumhgversion = b'4.6' 237 minimumhgversion = b'4.7'
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
242 from mercurial import configitems 242 from mercurial import configitems