changeset 3245:f4c6cce8fb7d

compat: drop compatibility for Mercurial <= 4.0 We are dropping compatibility with older mercurial version. This will help us to clean up the code base.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 23 Oct 2017 16:08:29 +0200
parents ec2251d0ba06
children f9faa5b6f937
files hgext3rd/evolve/metadata.py hgext3rd/topic/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/metadata.py
+++ b/hgext3rd/evolve/metadata.py
@@ -6,6 +6,6 @@
 # GNU General Public License version 2 or any later version.
 
 __version__ = '7.0.0.dev'
-testedwith = '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3.2 4.4'
+testedwith = '4.1.3 4.2.3 4.3.2 4.4'
 minimumhgversion = '3.8'
 buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py
+++ b/hgext3rd/topic/__init__.py
@@ -141,7 +141,7 @@
 
 __version__ = '0.5.0.dev'
 
-testedwith = '4.0.2 4.1.3 4.2.3 4.3.3 4.4'
+testedwith = '4.1.3 4.2.3 4.3.3 4.4'
 minimumhgversion = '4.0'
 buglink = 'https://bz.mercurial-scm.org/'