evolve: update the tested with statement
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 26 Dec 2013 17:20:16 -0800
changeset 757 0ff862dcddbd
parent 756 64c6bdfd0518
child 758 6b10897dcba7
child 759 57874b249940
evolve: update the tested with statement It actually ssems to work with version up to 2.6 but some minor changes makes test fails. so better encourage people to upgrade.
hgext/evolve.py
--- a/hgext/evolve.py	Thu Dec 26 14:42:22 2013 -0800
+++ b/hgext/evolve.py	Thu Dec 26 17:20:16 2013 -0800
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in 2.3
 '''
 
-testedwith = '2.5'
+testedwith = '2.7 2.7.1 2.7.2 2.8 2.8.1'
 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
 
 import sys