Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 4178:14e53783596c stable
packaging: mark as development version
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 17 Oct 2018 13:36:08 +0200 |
parents | 45d4b49d81d9 |
children | 4d30cb45b57f 883e75e0a810 |
comparison
equal
deleted
inserted
replaced
4177:42608b9d8d51 | 4178:14e53783596c |
---|---|
176 # (first pick I could think off, update as needed | 176 # (first pick I could think off, update as needed |
177 'log.topic': 'green_background', | 177 'log.topic': 'green_background', |
178 'topic.active': 'green', | 178 'topic.active': 'green', |
179 } | 179 } |
180 | 180 |
181 __version__ = '0.12.0' | 181 __version__ = '0.12.1.dev' |
182 | 182 |
183 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' | 183 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' |
184 minimumhgversion = '4.3' | 184 minimumhgversion = '4.3' |
185 buglink = 'https://bz.mercurial-scm.org/' | 185 buglink = 'https://bz.mercurial-scm.org/' |
186 | 186 |