evolve: update the tested with statement stable
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Fri, 28 Oct 2016 17:03:53 +0200
branchstable
changeset 1752 19e32420e150
parent 1745 6c922448ccec
child 1753 9fd15f27c91c
evolve: update the tested with statement Test pass fine with 4.0-rc. By some magic, we are still compatible down to Mercurial 3.4.
hgext/evolve.py
--- a/hgext/evolve.py	Fri Oct 28 15:44:15 2016 +0200
+++ b/hgext/evolve.py	Fri Oct 28 17:03:53 2016 +0200
@@ -20,7 +20,7 @@
 '''
 
 __version__ = '5.4.1'
-testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9'
+testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9 4.0'
 buglink = 'https://bz.mercurial-scm.org/'