changeset 592:35c46a780dd6

evolve: set tested with 2.4
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Tue, 23 Oct 2012 17:13:30 +0200
parents 012e48e80840
children 7f89b31fcb26
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in 2.3
 '''
 
-testedwith = '2.3 2.3.1 2.3.2'
+testedwith = '2.4-rc'
 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'