comparison hgext3rd/topic/__init__.py @ 3058:adfc936dff63 stable

packaging: mark version as bugfix dev version This avoid confusion when installing non tagged version.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 10 Oct 2017 22:48:43 +0200
parents bdc28886526f
children 0cd594fdfd75 fdd0b6c26597
comparison
equal deleted inserted replaced
3056:9360d7ad7270 3058:adfc936dff63
120 # (first pick I could think off, update as needed 120 # (first pick I could think off, update as needed
121 'log.topic': 'green_background', 121 'log.topic': 'green_background',
122 'topic.active': 'green', 122 'topic.active': 'green',
123 } 123 }
124 124
125 __version__ = '0.3.1' 125 __version__ = '0.3.2.dev'
126 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3' 126 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
127 minimumhgversion = '4.0' 127 minimumhgversion = '4.0'
128 buglink = 'https://bz.mercurial-scm.org/' 128 buglink = 'https://bz.mercurial-scm.org/'
129 129
130 def _contexttopic(self, force=False): 130 def _contexttopic(self, force=False):