comparison hgext3rd/topic/__init__.py @ 6013:1240ca13955f stable

topic: mark the extensions as tested with 5.9 It is.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 13 Aug 2021 19:19:27 +0200
parents fa7f2e1cb504
children 86704f7a911b
comparison
equal deleted inserted replaced
6012:bd3975f4005e 6013:1240ca13955f
232 b'topic.active': b'green', 232 b'topic.active': b'green',
233 } 233 }
234 234
235 __version__ = b'0.22.3.dev' 235 __version__ = b'0.22.3.dev'
236 236
237 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' 237 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'
238 minimumhgversion = b'4.6' 238 minimumhgversion = b'4.6'
239 buglink = b'https://bz.mercurial-scm.org/' 239 buglink = b'https://bz.mercurial-scm.org/'
240 240
241 if util.safehasattr(registrar, 'configitem'): 241 if util.safehasattr(registrar, 'configitem'):
242 242