Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 5841:7dfb3b267070
branching: merge stable into default (preserving test changes on default)
CORE-TEST-OUTPUT-UPDATE: 768056549737
CORE-TEST-OUTPUT-UPDATE: dc00324e80f4
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 19:06:38 +0800 |
parents | 845a461728c9 |
children | e24bdf74cf83 |
comparison
equal
deleted
inserted
replaced
5819:82040a455e71 | 5841:7dfb3b267070 |
---|---|
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 b'topic.active': b'green', | 232 b'topic.active': b'green', |
233 } | 233 } |
234 | 234 |
235 __version__ = b'0.22.0.dev' | 235 __version__ = b'0.23.0.dev' |
236 | 236 |
237 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7' | 237 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7' |
238 minimumhgversion = b'4.6' | 238 minimumhgversion = b'4.6' |
239 buglink = b'https://bz.mercurial-scm.org/' | 239 buglink = b'https://bz.mercurial-scm.org/' |
240 | 240 |