changeset 1701:4f3601b12c74 stable

evolve: update testedwith field 3.8.1 is working fine and no older branch had to be dropped.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 06 May 2016 00:16:18 +0200
parents 77df6101d3b5
children b21ce82e6f76
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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/'