Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 6663:991d78f5c401 stable
topic: tested with Mercurial 6.6
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 31 Jan 2024 14:59:36 -0300 |
parents | 1c998ed77597 |
children | 369e248b6312 752201811d5a |
comparison
equal
deleted
inserted
replaced
6662:26cc60ad0981 | 6663:991d78f5c401 |
---|---|
237 b'log.topic': b'green_background', | 237 b'log.topic': b'green_background', |
238 } | 238 } |
239 | 239 |
240 __version__ = b'1.1.1.dev0' | 240 __version__ = b'1.1.1.dev0' |
241 | 241 |
242 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' | 242 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' |
243 minimumhgversion = b'4.9' | 243 minimumhgversion = b'4.9' |
244 buglink = b'https://bz.mercurial-scm.org/' | 244 buglink = b'https://bz.mercurial-scm.org/' |
245 | 245 |
246 configtable = {} | 246 configtable = {} |
247 configitem = registrar.configitem(configtable) | 247 configitem = registrar.configitem(configtable) |