# HG changeset patch # User Pierre-Yves David # Date 1351005210 -7200 # Node ID 35c46a780dd6ff834c7c8992c740c480bf43f778 # Parent 012e48e80840a64e13efd4b7a5dbf088fb4d5fb6 evolve: set tested with 2.4 diff -r 012e48e80840 -r 35c46a780dd6 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'