Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 4279:48da02d7f8eb stable
packaging: mark development version
This help reduce the confusion when people install from source.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 27 Nov 2018 04:42:45 +0100 |
parents | 7edc5c148df0 |
children | ff799015d62e 97b18934d6db |
comparison
equal
deleted
inserted
replaced
4278:02e64a6cf595 | 4279:48da02d7f8eb |
---|---|
175 # (first pick I could think off, update as needed | 175 # (first pick I could think off, update as needed |
176 'log.topic': 'green_background', | 176 'log.topic': 'green_background', |
177 'topic.active': 'green', | 177 'topic.active': 'green', |
178 } | 178 } |
179 | 179 |
180 __version__ = '0.12.2' | 180 __version__ = '0.12.3.dev' |
181 | 181 |
182 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' | 182 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' |
183 minimumhgversion = '4.3' | 183 minimumhgversion = '4.3' |
184 buglink = 'https://bz.mercurial-scm.org/' | 184 buglink = 'https://bz.mercurial-scm.org/' |
185 | 185 |