comparison hgext3rd/topic/__init__.py @ 3603:986867000521

packaging: further mark 4.1 support as dropped
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 22 Mar 2018 10:25:01 +0100
parents dd0d2e90e653
children 33b718191bc9
comparison
equal deleted inserted replaced
3602:f7297afb0273 3603:986867000521
177 } 177 }
178 178
179 __version__ = '0.9.0.dev' 179 __version__ = '0.9.0.dev'
180 180
181 testedwith = '4.2.3 4.3.3 4.4.2 4.5.2' 181 testedwith = '4.2.3 4.3.3 4.4.2 4.5.2'
182 minimumhgversion = '4.1' 182 minimumhgversion = '4.2'
183 buglink = 'https://bz.mercurial-scm.org/' 183 buglink = 'https://bz.mercurial-scm.org/'
184 184
185 if util.safehasattr(registrar, 'configitem'): 185 if util.safehasattr(registrar, 'configitem'):
186 186
187 from mercurial import configitems 187 from mercurial import configitems