# HG changeset patch # User Pierre-Yves David # Date 1388107216 28800 # Node ID 0ff862dcddbdea5b1bd3cd5da0f64688883206c0 # Parent 64c6bdfd05184ce7efd2f8468aa348521e901cfb 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. diff -r 64c6bdfd0518 -r 0ff862dcddbd 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