Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 5953:daca8f4f7014
branching: merge with stable
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 29 May 2021 14:32:05 +0800 |
parents | aff365171309 b81fea3d59ca |
children | e97fbded40a5 |
comparison
equal
deleted
inserted
replaced
5935:aff365171309 | 5953:daca8f4f7014 |
---|---|
231 b'log.topic': b'green_background', | 231 b'log.topic': b'green_background', |
232 } | 232 } |
233 | 233 |
234 __version__ = b'0.23.0.dev' | 234 __version__ = b'0.23.0.dev' |
235 | 235 |
236 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7' | 236 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8' |
237 minimumhgversion = b'4.6' | 237 minimumhgversion = b'4.6' |
238 buglink = b'https://bz.mercurial-scm.org/' | 238 buglink = b'https://bz.mercurial-scm.org/' |
239 | 239 |
240 if util.safehasattr(registrar, 'configitem'): | 240 if util.safehasattr(registrar, 'configitem'): |
241 | 241 |