Mercurial > evolve
changeset 1454:c79bdc856350 mercurial-3.3
prepare version 5.2
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 25 Jun 2015 17:42:07 -0700 |
parents | 73eb4f33f9dc |
children | 00026533ff9f 69847c5ffa58 |
files | README debian/changelog hgext/evolve.py |
diffstat | 3 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/README Thu Jun 25 17:22:17 2015 -0700 +++ b/README Thu Jun 25 17:42:07 2015 -0700 @@ -51,7 +51,7 @@ Changelog ========= -5.2.0 -- +5.2.0 -- 2015-06-25 - evolve: gain a --rev option to control what revisions to evolve (issue4391) - evolve: revision are processed in the order they stack on destination
--- a/debian/changelog Thu Jun 25 17:22:17 2015 -0700 +++ b/debian/changelog Thu Jun 25 17:42:07 2015 -0700 @@ -1,8 +1,9 @@ -mercurial-evolve (5.1.5-1) UNRELEASED; urgency=medium +mercurial-evolve (5.2.0-1) UNRELEASED; urgency=medium * New upstream release. + * New upstream version - -- Pierre-Yves David <pyd@marginatus.alto.octopoid.net> Tue, 23 Jun 2015 15:30:07 -0700 + -- Pierre-Yves David <pyd@marginatus.alto.octopoid.net> Thu, 25 Jun 2015 17:41:56 -0700 mercurial-evolve (5.1.3-1) unstable; urgency=medium
--- a/hgext/evolve.py Thu Jun 25 17:22:17 2015 -0700 +++ b/hgext/evolve.py Thu Jun 25 17:42:07 2015 -0700 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.1.5' +__version__ = '5.2' testedwith = '3.3.3 3.4.1' buglink = 'http://bz.selenic.com/'