# HG changeset patch # User Anton Shestakov # Date 1698341497 10800 # Node ID 6116a0208449b00c1c7ed23ee2ca58a789e0cf1a # Parent 674543291ffea98d1ac51b76ab227282308a8b6c topic: formally drop compatibility with hg 4.9 through 5.5 diff -r 674543291ffe -r 6116a0208449 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Thu Oct 26 14:31:03 2023 -0300 +++ b/hgext3rd/topic/__init__.py Thu Oct 26 14:31:37 2023 -0300 @@ -238,8 +238,8 @@ __version__ = b'1.2.0.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' -minimumhgversion = b'4.9' +testedwith = b'5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5' +minimumhgversion = b'5.6' buglink = b'https://bz.mercurial-scm.org/' configtable = {}