evolve: drop support for version older than 3.8
The support for 'hgext3rd' was introduced in 3.8. Dropping support for older
version seems reasonable.
--- a/README Tue Feb 28 13:27:04 2017 +0100
+++ b/README Tue Nov 01 16:21:16 2016 +0100
@@ -58,6 +58,7 @@
6.0.0 --
+ - drop compatibility for Mercurial < 3.8
- removed old (unpackaged) pushexperiment extension.
- move all extensions in the official 'hgext3rd' namespace package
--- a/hgext3rd/evolve/__init__.py Tue Feb 28 13:27:04 2017 +0100
+++ b/hgext3rd/evolve/__init__.py Tue Nov 01 16:21:16 2016 +0100
@@ -20,7 +20,8 @@
'''
__version__ = '5.6.0'
-testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9 4.0 4.1'
+testedwith = '3.8.4 3.9.2 4.0.2 4.1'
+
buglink = 'https://bz.mercurial-scm.org/'