comparison hgext3rd/topic/__init__.py @ 6900:1c7dcb1db06d mercurial-6.6

test-compat: merge mercurial-6.7 into mercurial-6.6
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 24 Oct 2024 17:57:13 +0400
parents 78002b91e235
children e14ae43aed88 6219898ee0ad
comparison
equal deleted inserted replaced
6799:dc39bd5d9bb8 6900:1c7dcb1db06d
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)