changeset 7129: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 e981c82f0ce5
children 90462d2991a2
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py
+++ b/hgext3rd/topic/__init__.py
@@ -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/'