# HG changeset patch # User Pierre-Yves David # Date 1446424746 0 # Node ID c15d6168412f175568dac89e6ee1cd8434fef906 # Parent bca3fce56b2c55770798001cb8e2953445ccdb4d prepare version 5.1.2 diff -r bca3fce56b2c -r c15d6168412f README --- a/README Mon Nov 02 00:38:18 2015 +0000 +++ b/README Mon Nov 02 00:39:06 2015 +0000 @@ -55,7 +55,7 @@ - split: add a new command to split changesets -5.2.1 -- +5.2.1 -- 2015-11-02 - add compatibility with Mercurial 3.6 - prune: fixed possible issue with lock and bookmark diff -r bca3fce56b2c -r c15d6168412f hgext/evolve.py --- a/hgext/evolve.py Mon Nov 02 00:38:18 2015 +0000 +++ b/hgext/evolve.py Mon Nov 02 00:39:06 2015 +0000 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.2.0' +__version__ = '5.2.1' testedwith = '3.4.3 3.5.2 3.6' buglink = 'http://bz.selenic.com/'