hgext/evolve.py
changeset 1137 9cfbed50dfee
parent 1135 db16c4ad15d0
child 1140 b7d85cd8ec7b
--- a/hgext/evolve.py	Wed Oct 22 15:01:37 2014 -0700
+++ b/hgext/evolve.py	Wed Oct 22 15:03:17 2014 -0700
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-testedwith = ''
+testedwith = '3.2'
 buglink = 'http://bz.selenic.com/'
 
 import sys, os
@@ -85,7 +85,7 @@
         return oldmemfilectx(*args, **kwargs)
 else:
     raise util.Abort('Your Mercurial is too old for this version of Evolve\n'
-                     'requires version 3.0.1 or above')
+                     'requires version 3.2 or above')
 
 
 # This extension contains the following code