changeset 6524:a6d808767536 stable

topic: mark compatible with Mercurial 6.5
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 30 Jun 2023 14:47:57 -0300
parents 9c5fa55cf1d6
children 1dedbb6076c3
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Fri Jun 30 14:47:35 2023 -0300
+++ b/hgext3rd/topic/__init__.py	Fri Jun 30 14:47:57 2023 -0300
@@ -235,7 +235,7 @@
 
 __version__ = b'1.0.2.dev0'
 
-testedwith = b'4.8 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'
+testedwith = b'4.8 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'
 minimumhgversion = b'4.8'
 buglink = b'https://bz.mercurial-scm.org/'