Mercurial > evolve
changeset 6797:398a3907d343 stable
topic: mark as tested on hg 6.8
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 26 Jun 2024 13:42:40 +0400 |
parents | 84149bb93f9d |
children | f46913e52954 772992338daf |
files | hgext3rd/topic/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py Wed Jun 26 13:42:24 2024 +0400 +++ b/hgext3rd/topic/__init__.py Wed Jun 26 13:42:40 2024 +0400 @@ -240,7 +240,7 @@ __version__ = b'1.1.4.dev0' -testedwith = b'4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7' +testedwith = b'4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8' minimumhgversion = b'4.9' buglink = b'https://bz.mercurial-scm.org/'