# HG changeset patch # User Pierre-Yves David # Date 1429751720 -7200 # Node ID 891c3ce894fa879532299910735bcc2a968245b1 # Parent af7b455a7ebdc303ac4590f3fb260691de843309 prepare release 5.1.4 diff -r af7b455a7ebd -r 891c3ce894fa README --- a/README Thu Apr 23 03:10:11 2015 +0200 +++ b/README Thu Apr 23 03:15:20 2015 +0200 @@ -51,7 +51,7 @@ Changelog ========= -5.1.4 -- +5.1.4 -- 2015-04-23 - significant documentation update - fix issue4616: pulling with bundle2 would crash if common marker when diff -r af7b455a7ebd -r 891c3ce894fa hgext/evolve.py --- a/hgext/evolve.py Thu Apr 23 03:10:11 2015 +0200 +++ b/hgext/evolve.py Thu Apr 23 03:15:20 2015 +0200 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.1.3' +__version__ = '5.1.4' testedwith = '3.3.3 3.4-rc' buglink = 'http://bz.selenic.com/'