prepare release 5.1.1 stable 5.1.1
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 05 Mar 2015 10:45:40 -0800
branchstable
changeset 1206 9b8628e0a142
parent 1205 bfbe042a2e51
child 1207 1e7c8046a9f4
prepare release 5.1.1
README
hgext/evolve.py
--- a/README	Thu Mar 05 10:44:43 2015 -0800
+++ b/README	Thu Mar 05 10:45:40 2015 -0800
@@ -51,7 +51,7 @@
 Changelog
 =========
 
-5.1.1 --
+5.1.1 -- 2015-03-05
 
 - debugobsconvert: fix invalid markers during conversion
 - discovery: cache some of the obs hash computation to improve performance (issue4518)
--- a/hgext/evolve.py	Thu Mar 05 10:44:43 2015 -0800
+++ b/hgext/evolve.py	Thu Mar 05 10:45:40 2015 -0800
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.1.0'
+__version__ = '5.1.1'
 testedwith = '3.3'
 buglink = 'http://bz.selenic.com/'