Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 6342:569e09c61c4f stable 10.5.3
packaging: prepare evolve 10.5.3 and topic 0.24.2
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 08 Dec 2022 19:00:51 +0400 |
parents | b4df25613811 |
children | cb9e77506cbc faea18a26188 |
comparison
equal
deleted
inserted
replaced
6341:9c27405126b9 | 6342:569e09c61c4f |
---|---|
229 # default color to help log output and thg | 229 # default color to help log output and thg |
230 # (first pick I could think off, update as needed | 230 # (first pick I could think off, update as needed |
231 b'log.topic': b'green_background', | 231 b'log.topic': b'green_background', |
232 } | 232 } |
233 | 233 |
234 __version__ = b'0.24.2.dev' | 234 __version__ = b'0.24.2' |
235 | 235 |
236 testedwith = b'4.8 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' | 236 testedwith = b'4.8 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' |
237 minimumhgversion = b'4.8' | 237 minimumhgversion = b'4.8' |
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 |