comparison hgext3rd/topic/__init__.py @ 6911:e14ae43aed88 mercurial-5.9

test-compat: merge mercurial-6.0 into mercurial-5.9
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 25 Oct 2024 16:09:37 +0400
parents 045db43f35b1 78002b91e235
children
comparison
equal deleted inserted replaced
6806:045db43f35b1 6911:e14ae43aed88
236 # default color to help log output and thg 236 # default color to help log output and thg
237 # (first pick I could think off, update as needed 237 # (first pick I could think off, update as needed
238 b'log.topic': b'green_background', 238 b'log.topic': b'green_background',
239 } 239 }
240 240
241 __version__ = b'1.1.4.dev0' 241 __version__ = b'1.1.5.dev0'
242 242
243 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 6.5 6.6 6.7 6.8' 243 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 6.5 6.6 6.7 6.8 6.9'
244 minimumhgversion = b'4.9' 244 minimumhgversion = b'4.9'
245 buglink = b'https://bz.mercurial-scm.org/' 245 buglink = b'https://bz.mercurial-scm.org/'
246 246
247 configtable = {} 247 configtable = {}
248 configitem = registrar.configitem(configtable) 248 configitem = registrar.configitem(configtable)