comparison hgext3rd/topic/__init__.py @ 6480:94d459a37494

branching: merge with stable
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 24 Mar 2023 13:26:15 +0000
parents 223a0b7159c0 64012821d6b0
children 963471ebe26a
comparison
equal deleted inserted replaced
6453:8a77122959e4 6480:94d459a37494
233 b'log.topic': b'green_background', 233 b'log.topic': b'green_background',
234 } 234 }
235 235
236 __version__ = b'1.1.0.dev0' 236 __version__ = b'1.1.0.dev0'
237 237
238 testedwith = b'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.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.9' 239 minimumhgversion = b'4.9'
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)