Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 6056:de530d27554b stable 10.4.0
packaging: prepare evolve version 10.4.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 12 Oct 2021 17:24:51 +0300 |
parents | bec2d792ceae |
children | 99153a05e1f5 |
comparison
equal
deleted
inserted
replaced
6055:58b845307b9b | 6056:de530d27554b |
---|---|
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.23.0.dev' | 234 __version__ = b'0.23.0' |
235 | 235 |
236 testedwith = b'4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9' | 236 testedwith = b'4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9' |
237 minimumhgversion = b'4.7' | 237 minimumhgversion = b'4.7' |
238 buglink = b'https://bz.mercurial-scm.org/' | 238 buglink = b'https://bz.mercurial-scm.org/' |
239 | 239 |