Mercurial > public > mercurial-scm > evolve
diff hgext3rd/topic/__init__.py @ 7024:270dcc61b9f0 stable
topic: mark as tested on hg 7.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 08 Mar 2025 17:03:23 +0400 |
parents | f9dbac4bbb9d |
children | 395798a9eb1a 4f273a1ee194 |
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py Sat Mar 08 17:03:12 2025 +0400 +++ b/hgext3rd/topic/__init__.py Sat Mar 08 17:03:23 2025 +0400 @@ -240,7 +240,7 @@ __version__ = b'1.1.8.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 6.8 6.9' +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 6.9 7.0' minimumhgversion = b'4.9' buglink = b'https://bz.mercurial-scm.org/'