evolve: set tested with 2.4
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 23 Oct 2012 17:13:30 +0200
changeset 592 35c46a780dd6
parent 591 012e48e80840
child 594 7f89b31fcb26
evolve: set tested with 2.4
hgext/evolve.py
--- a/hgext/evolve.py	Tue Oct 23 17:13:19 2012 +0200
+++ b/hgext/evolve.py	Tue Oct 23 17:13:30 2012 +0200
@@ -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'