comparison hgext3rd/topic/__init__.py @ 6458:546dd37d887e stable

topic: mark as compatible with 6.4
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 20 Mar 2023 22:29:32 -0300
parents 693b52957bfd
children 96749dc32fa1 33f24dd8cfa2
comparison
equal deleted inserted replaced
6457:fe9f6456392f 6458:546dd37d887e
233 b'log.topic': b'green_background', 233 b'log.topic': b'green_background',
234 } 234 }
235 235
236 __version__ = b'1.0.1.dev0' 236 __version__ = b'1.0.1.dev0'
237 237
238 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 6.2 6.3' 238 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 6.2 6.3 6.4'
239 minimumhgversion = b'4.8' 239 minimumhgversion = b'4.8'
240 buglink = b'https://bz.mercurial-scm.org/' 240 buglink = b'https://bz.mercurial-scm.org/'
241 241
242 configtable = {} 242 configtable = {}
243 configitem = registrar.configitem(configtable) 243 configitem = registrar.configitem(configtable)