comparison hgext3rd/topic/__init__.py @ 4574:5e8c47c553db

branching: merge with stable VErsion 8.5.0 got released
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 24 Apr 2019 14:38:26 +0200
parents 8b3781d9a616 05c9dcf5512e
children 48521a49a07e
comparison
equal deleted inserted replaced
4563:8b3781d9a616 4574:5e8c47c553db
180 'topic.active': 'green', 180 'topic.active': 'green',
181 } 181 }
182 182
183 __version__ = '0.15.0.dev' 183 __version__ = '0.15.0.dev'
184 184
185 testedwith = '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 5.0'
186 minimumhgversion = '4.5' 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