Mercurial > evolve
changeset 6013:1240ca13955f stable
topic: mark the extensions as tested with 5.9
It is.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 13 Aug 2021 19:19:27 +0200 |
parents | bd3975f4005e |
children | 86704f7a911b |
files | hgext3rd/topic/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py Fri Aug 13 19:18:52 2021 +0200 +++ b/hgext3rd/topic/__init__.py Fri Aug 13 19:19:27 2021 +0200 @@ -234,7 +234,7 @@ __version__ = b'0.22.3.dev' -testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8' +testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9' minimumhgversion = b'4.6' buglink = b'https://bz.mercurial-scm.org/'