changeset 6895:78002b91e235 stable

topic: mark as tested on hg 6.9
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 24 Oct 2024 16:09:55 +0400
parents d70966513b3f
children 4cc4405597d0
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Thu Oct 24 16:09:41 2024 +0400
+++ b/hgext3rd/topic/__init__.py	Thu Oct 24 16:09:55 2024 +0400
@@ -240,7 +240,7 @@
 
 __version__ = b'1.1.5.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'
+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'
 minimumhgversion = b'4.9'
 buglink = b'https://bz.mercurial-scm.org/'