# HG changeset patch # User Anton Shestakov # Date 1729771795 -14400 # Node ID 78002b91e235734b41fc25fbdfe94aab03b99011 # Parent d70966513b3f45fc9fd1fb054f3ea998e3c4e48a topic: mark as tested on hg 6.9 diff -r d70966513b3f -r 78002b91e235 hgext3rd/topic/__init__.py --- 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/'