Mercurial > evolve
changeset 1257:c52c15100fb2 stable 5.1.3
prepare version 5.1.3
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 20 Apr 2015 13:52:17 +0200 |
parents | f8cb01637e75 |
children | 8873aedbd83d |
files | README hgext/evolve.py hgext/simple4server.py |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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