Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 6822:ed00ed185249
branching: merge with stable
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 28 Jun 2024 19:05:24 +0400 |
parents | 6adcc5c7c1f1 08947ff0c019 |
children | ba7ede61f6d4 |
comparison
equal
deleted
inserted
replaced
6792:b88cd2f549a8 | 6822:ed00ed185249 |
---|---|
238 b'log.topic': b'green_background', | 238 b'log.topic': b'green_background', |
239 } | 239 } |
240 | 240 |
241 __version__ = b'1.2.0.dev0' | 241 __version__ = b'1.2.0.dev0' |
242 | 242 |
243 testedwith = b'5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7' | 243 testedwith = b'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' |
244 minimumhgversion = b'5.6' | 244 minimumhgversion = b'5.6' |
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) |