evolve: update testedwith field stable
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Fri, 06 May 2016 00:16:18 +0200
branchstable
changeset 1701 4f3601b12c74
parent 1695 77df6101d3b5
child 1702 b21ce82e6f76
evolve: update testedwith field 3.8.1 is working fine and no older branch had to be dropped.
hgext/evolve.py
--- a/hgext/evolve.py	Thu May 05 22:13:02 2016 +0200
+++ b/hgext/evolve.py	Fri May 06 00:16:18 2016 +0200
@@ -20,7 +20,7 @@
 '''
 
 __version__ = '5.3.0'
-testedwith = '3.4.3 3.5.2 3.6.2 3.7'
+testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1'
 buglink = 'http://bz.selenic.com/'