--- a/README Mon Apr 20 13:48:06 2015 +0200
+++ b/README Mon Apr 20 13:52:17 2015 +0200
@@ -51,7 +51,7 @@
Changelog
=========
-5.1.3 --
+5.1.3 -- 2015-04-20
- discovery: fix misbehaving discovery accros python version
- pull: properly install the bundle2 par generator
--- a/hgext/evolve.py Mon Apr 20 13:48:06 2015 +0200
+++ b/hgext/evolve.py Mon Apr 20 13:52:17 2015 +0200
@@ -19,8 +19,8 @@
- improves some aspect of the early implementation in Mercurial core
'''
-__version__ = '5.1.2'
-testedwith = '3.3.3'
+__version__ = '5.1.3'
+testedwith = '3.3.3 3.4-rc'
buglink = 'http://bz.selenic.com/'
import sys, os
--- a/hgext/simple4server.py Mon Apr 20 13:48:06 2015 +0200
+++ b/hgext/simple4server.py Mon Apr 20 13:52:17 2015 +0200
@@ -8,7 +8,7 @@
For client side usages it is recommended to use the evolve extension for
improved user interface.'''
-testedwith = '3.0.1'
+testedwith = '3.3.3 3.4-rc'
buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
import mercurial.obsolete