changeset 6707:b171f4577740 stable

topic: mark as tested with Mercurial 6.7
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 25 Feb 2024 16:14:53 -0300
parents 479131df93a6
children a7805d194a19
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Sun Feb 25 16:14:33 2024 -0300
+++ b/hgext3rd/topic/__init__.py	Sun Feb 25 16:14:53 2024 -0300
@@ -239,7 +239,7 @@
 
 __version__ = b'1.1.2.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'
+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'
 minimumhgversion = b'4.9'
 buglink = b'https://bz.mercurial-scm.org/'