evolve: update tested with statement
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 22 Oct 2014 15:03:17 -0700
changeset 1137 9cfbed50dfee
parent 1136 e9900a4af996
child 1138 c13b408c0006
evolve: update tested with statement
hgext/evolve.py
--- 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