Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 4517:33c617626fd9 stable 8.5.0
packaging: prepare version 8.5.0
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 12 Apr 2019 02:15:24 +0200 |
parents | 7915aef191ff |
children | e23f85bc43ed |
comparison
equal
deleted
inserted
replaced
4510:0b86c05440e9 | 4517:33c617626fd9 |
---|---|
177 # (first pick I could think off, update as needed | 177 # (first pick I could think off, update as needed |
178 'log.topic': 'green_background', | 178 'log.topic': 'green_background', |
179 'topic.active': 'green', | 179 'topic.active': 'green', |
180 } | 180 } |
181 | 181 |
182 __version__ = '0.14.0.dev' | 182 __version__ = '0.14.0' |
183 | 183 |
184 testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9' | 184 testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9' |
185 minimumhgversion = '4.4' | 185 minimumhgversion = '4.4' |
186 buglink = 'https://bz.mercurial-scm.org/' | 186 buglink = 'https://bz.mercurial-scm.org/' |
187 | 187 |