Mercurial > evolve
changeset 1611:5eedfe43e762 stable
prepare version 5.3.0
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 11 Feb 2016 00:37:05 +0000 |
parents | 9e93ddf03704 |
children | bd59cc2ee203 |
files | README hgext/evolve.py |
diffstat | 2 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/README Thu Feb 11 00:35:58 2016 +0000 +++ b/README Thu Feb 11 00:37:05 2016 +0000 @@ -56,7 +56,7 @@ Changelog ========= -5.3.0 -- +5.3.0 -- 2016-02-11 - split: add a new command to split changesets, - tests: drop our copy of 'run-tests.py' use core one instead, @@ -68,10 +68,6 @@ (for `hg evolve --continue`) - evolve: fix divergence resolution when it result in an empty commit (issue4950) (hg-3.5+ only) - - -5.2.2 -- - - no longer lock the repository for `hg parents` (issue4895) - updated help for the `evolve` command
--- a/hgext/evolve.py Thu Feb 11 00:35:58 2016 +0000 +++ b/hgext/evolve.py Thu Feb 11 00:37:05 2016 +0000 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.2.1' +__version__ = '5.3.0' testedwith = '3.4.3 3.5.2 3.6.2 3.7' buglink = 'http://bz.selenic.com/'