diff hgext/evolve.py @ 1235:ffa32ca659f1

merge with stable
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 01 Apr 2015 16:47:22 -0700
parents 3d9c5f5df6d8 e886bc501796
children 8a06b32061ce
line wrap: on
line diff
--- a/hgext/evolve.py	Mon Mar 30 13:31:09 2015 -0700
+++ b/hgext/evolve.py	Wed Apr 01 16:47:22 2015 -0700
@@ -19,8 +19,8 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.1.1'
-testedwith = '3.3'
+__version__ = '5.1.2'
+testedwith = '3.3.3'
 buglink = 'http://bz.selenic.com/'
 
 import sys, os