changeset 1004:808a33826700

evolve: update the tested with statement Tested with the soon to be release 3.1.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 29 Jul 2014 17:15:57 -0700
parents 574315ec19c2
children 4fe159fdfc4c
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py	Tue Jul 29 17:15:01 2014 -0700
+++ b/hgext/evolve.py	Tue Jul 29 17:15:57 2014 -0700
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in 2.3
 '''
 
-testedwith = '3.0.1'
+testedwith = '3.0.1 3.1'
 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
 
 import sys