comparison hgext3rd/topic/__init__.py @ 3191:251a286d390b stable

packaging: update tested-with version Mercurial 4.4.1 is out.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 15 Nov 2017 00:13:10 +0100
parents 6ca44f334d47
children c4940c22d76b
comparison
equal deleted inserted replaced
3190:f4ba7d662c4c 3191:251a286d390b
174 'topic.active': 'green', 174 'topic.active': 'green',
175 } 175 }
176 176
177 __version__ = '0.5.1.dev' 177 __version__ = '0.5.1.dev'
178 178
179 testedwith = '4.1.3 4.2.3 4.3.3 4.4' 179 testedwith = '4.1.3 4.2.3 4.3.3 4.4.1'
180 minimumhgversion = '4.1' 180 minimumhgversion = '4.1'
181 buglink = 'https://bz.mercurial-scm.org/' 181 buglink = 'https://bz.mercurial-scm.org/'
182 182
183 if util.safehasattr(registrar, 'configitem'): 183 if util.safehasattr(registrar, 'configitem'):
184 configtable = {} 184 configtable = {}