Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 6477:33f24dd8cfa2 stable 11.0.1
packaging: prepare evolve 11.0.1 and topic 1.0.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 23 Mar 2023 10:42:57 -0300 |
parents | 546dd37d887e |
children | 64012821d6b0 |
comparison
equal
deleted
inserted
replaced
6476:b47b33efa846 | 6477:33f24dd8cfa2 |
---|---|
231 # default color to help log output and thg | 231 # default color to help log output and thg |
232 # (first pick I could think off, update as needed | 232 # (first pick I could think off, update as needed |
233 b'log.topic': b'green_background', | 233 b'log.topic': b'green_background', |
234 } | 234 } |
235 | 235 |
236 __version__ = b'1.0.1.dev0' | 236 __version__ = b'1.0.1' |
237 | 237 |
238 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 6.4' | 238 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 6.4' |
239 minimumhgversion = b'4.8' | 239 minimumhgversion = b'4.8' |
240 buglink = b'https://bz.mercurial-scm.org/' | 240 buglink = b'https://bz.mercurial-scm.org/' |
241 | 241 |