evolve: update tested with statement stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Fri, 08 Aug 2014 15:33:39 -0700
branchstable
changeset 1027 fe1505aa565b
parent 1026 35adaf02b777
child 1028 fc2be6050312
evolve: update tested with statement
hgext/evolve.py
--- a/hgext/evolve.py	Fri Aug 08 10:40:47 2014 -0700
+++ b/hgext/evolve.py	Fri Aug 08 15:33:39 2014 -0700
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-testedwith = '3.0.1'
+testedwith = '3.0.1 3.1'
 buglink = 'http://bz.selenic.com/'
 
 import sys