Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 6154:e2804c9ebd72 stable
packaging: mark as developer version
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 24 Feb 2022 14:24:50 +0300 |
parents | 453302ef7f79 |
children | 5bd5a7ab32d3 48387e18f294 |
comparison
equal
deleted
inserted
replaced
6153:7116d7256dba | 6154:e2804c9ebd72 |
---|---|
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.0' | 234 __version__ = b'0.24.1.dev' |
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' | 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' |
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 |