Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 3293:d7dc6633bba1 stable
packaging: mark stable change as bugfix dev version
This help reduce confusion when installing non-tagged changeset.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 12 Dec 2017 04:16:54 +0100 |
parents | 06a3cb594956 |
children | 57aedd4c39a0 64aedeb30625 |
comparison
equal
deleted
inserted
replaced
3292:014cf11ca2dc | 3293:d7dc6633bba1 |
---|---|
172 # (first pick I could think off, update as needed | 172 # (first pick I could think off, update as needed |
173 'log.topic': 'green_background', | 173 'log.topic': 'green_background', |
174 'topic.active': 'green', | 174 'topic.active': 'green', |
175 } | 175 } |
176 | 176 |
177 __version__ = '0.6.0' | 177 __version__ = '0.6.1.dev' |
178 | 178 |
179 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2' | 179 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2' |
180 minimumhgversion = '4.1' | 180 minimumhgversion = '4.1' |
181 buglink = 'https://bz.mercurial-scm.org/' | 181 buglink = 'https://bz.mercurial-scm.org/' |
182 | 182 |