Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 6675:369e248b6312 stable 11.1.1
packaging: prepare evolve 11.1.1, topic 1.1.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 05 Feb 2024 16:30:14 -0300 |
parents | 991d78f5c401 |
children | e491d40c7387 |
comparison
equal
deleted
inserted
replaced
6674:dde4cff67a1d | 6675:369e248b6312 |
---|---|
235 # default color to help log output and thg | 235 # default color to help log output and thg |
236 # (first pick I could think off, update as needed | 236 # (first pick I could think off, update as needed |
237 b'log.topic': b'green_background', | 237 b'log.topic': b'green_background', |
238 } | 238 } |
239 | 239 |
240 __version__ = b'1.1.1.dev0' | 240 __version__ = b'1.1.1' |
241 | 241 |
242 testedwith = b'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 6.5 6.6' | 242 testedwith = b'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 6.5 6.6' |
243 minimumhgversion = b'4.9' | 243 minimumhgversion = b'4.9' |
244 buglink = b'https://bz.mercurial-scm.org/' | 244 buglink = b'https://bz.mercurial-scm.org/' |
245 | 245 |