changeset 1198:bfe9be352453 stable 5.1.0

update readme and bump version to 5.1
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 30 Jan 2015 22:02:31 +0000
parents 0d15d461a316
children 47f3bdbe0d9c
files README hgext/evolve.py
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Jan 30 21:57:41 2015 +0000
+++ b/README	Fri Jan 30 22:02:31 2015 +0000
@@ -51,9 +51,11 @@
 Changelog
 =========
 
-5.0.3 --
+5.1 -- 2014-01-30
 
+- evolve: explicitly disable bookmark on evolve (issue4432)
 - evolve: don't abort Mercurial on version mismatch
+- comptatibility with mercurial 3.3
 
 5.0.2 -- 2014-12-14
 
@@ -274,7 +276,6 @@
 
 0.3.0 -- 2012-06-27
 
-- 
 - obsolete:  Add "latecomer" error detection (stabilize does not handle resolution yet)
 - evolve:    Introduce a new `uncommit` command to remove change from a changeset
 - rebase:    allow the use of --keep again
--- a/hgext/evolve.py	Fri Jan 30 21:57:41 2015 +0000
+++ b/hgext/evolve.py	Fri Jan 30 22:02:31 2015 +0000
@@ -19,8 +19,8 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.0.2'
-testedwith = '3.2'
+__version__ = '5.1.0'
+testedwith = '3.3'
 buglink = 'http://bz.selenic.com/'
 
 import sys, os