Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 5107:6243687e6b61 stable
packaging: update tested with version
We have tested this with 5.3rc so let mark 5.3 as tested too.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 31 Jan 2020 14:52:38 +0100 |
parents | fcefc052a3b1 |
children | ef41094c34e1 |
comparison
equal
deleted
inserted
replaced
5106:25fc1a2c3dc6 | 5107:6243687e6b61 |
---|---|
187 b'topic.active': b'green', | 187 b'topic.active': b'green', |
188 } | 188 } |
189 | 189 |
190 __version__ = b'0.17.2.dev' | 190 __version__ = b'0.17.2.dev' |
191 | 191 |
192 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1' | 192 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3' |
193 minimumhgversion = b'4.5' | 193 minimumhgversion = b'4.5' |
194 buglink = b'https://bz.mercurial-scm.org/' | 194 buglink = b'https://bz.mercurial-scm.org/' |
195 | 195 |
196 if util.safehasattr(registrar, 'configitem'): | 196 if util.safehasattr(registrar, 'configitem'): |
197 | 197 |