--- 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