preparing version 5.1.2 stable 5.1.2
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 01 Apr 2015 14:40:40 -0700
branchstable
changeset 1230 e886bc501796
parent 1229 175cc89bbe4c
child 1231 5b6c42a3e12f
preparing version 5.1.2
README
hgext/evolve.py
--- a/README	Wed Apr 01 14:43:13 2015 -0700
+++ b/README	Wed Apr 01 14:40:40 2015 -0700
@@ -51,7 +51,7 @@
 Changelog
 =========
 
-5.1.2 --
+5.1.2 -- 2015-04-01
 
 - evolve: prevent a crash in httpclient_pushobsmarkers() when pushing
 
--- a/hgext/evolve.py	Wed Apr 01 14:43:13 2015 -0700
+++ b/hgext/evolve.py	Wed Apr 01 14:40:40 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