# HG changeset patch # User Pierre-Yves David # Date 1628875167 -7200 # Node ID 1240ca13955f66efacb1329a2906b33e15b78cab # Parent bd3975f4005eea45b82afe429f238f346e66e713 topic: mark the extensions as tested with 5.9 It is. diff -r bd3975f4005e -r 1240ca13955f hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Fri Aug 13 19:18:52 2021 +0200 +++ b/hgext3rd/topic/__init__.py Fri Aug 13 19:19:27 2021 +0200 @@ -234,7 +234,7 @@ __version__ = b'0.22.3.dev' -testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8' +testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9' minimumhgversion = b'4.6' buglink = b'https://bz.mercurial-scm.org/'