comparison hgext3rd/topic/__init__.py @ 4556:b5186fe43c7c

compat: drop support for Mercurial 4.4
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 23 Apr 2019 12:24:22 +0200
parents 8dae14cd076a
children 8b3781d9a616
comparison
equal deleted inserted replaced
4554:093df66127ec 4556:b5186fe43c7c
178 # (first pick I could think off, update as needed 178 # (first pick I could think off, update as needed
179 'log.topic': 'green_background', 179 'log.topic': 'green_background',
180 'topic.active': 'green', 180 'topic.active': 'green',
181 } 181 }
182 182
183 __version__ = '0.14.1.dev' 183 __version__ = '0.15.0.dev'
184 184
185 testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9' 185 testedwith = '4.5.2 4.6.2 4.7 4.8 4.9'
186 minimumhgversion = '4.4' 186 minimumhgversion = '4.5'
187 buglink = 'https://bz.mercurial-scm.org/' 187 buglink = 'https://bz.mercurial-scm.org/'
188 188
189 if util.safehasattr(registrar, 'configitem'): 189 if util.safehasattr(registrar, 'configitem'):
190 190
191 from mercurial import configitems 191 from mercurial import configitems