comparison hgext3rd/topic/__init__.py @ 4216:b90422a11a88 stable 8.3.1

packaging: prepare version 8.3.1
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 25 Oct 2018 18:42:49 +0200
parents 883e75e0a810
children da5f7927917c
comparison
equal deleted inserted replaced
4210:470ba668687a 4216:b90422a11a88
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.1.dev' 180 __version__ = '0.12.1'
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