Mercurial > evolve
changeset 2312:b9ce138eca63
packaging first step toward 6.1.0
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 03 May 2017 12:31:11 +0200 |
parents | 26d638e419df |
children | 65b4a8c40fad 3c7c4d92022f |
files | README hgext3rd/evolve/metadata.py |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/README Wed May 03 12:25:53 2017 +0200 +++ b/README Wed May 03 12:31:11 2017 +0200 @@ -119,10 +119,6 @@ - improve message issued when accessing hidden nodes (4.2 only), - introduce a new caches to reduce the impact of evolution on read-only commands, - add a 'experimental.auto-publish' config. See `hg help -e evolve` for details. - -6.0.2 - in progress -------------------- - - fix the propagation of some some cache invalidation, 6.0.1 -- 2017-04-20
--- a/hgext3rd/evolve/metadata.py Wed May 03 12:25:53 2017 +0200 +++ b/hgext3rd/evolve/metadata.py Wed May 03 12:31:11 2017 +0200 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -__version__ = '6.0.1' +__version__ = '6.1.0.dev' testedwith = '3.8.4 3.9.2 4.0.2 4.1.1' minimumhgversion = '3.8' buglink = 'https://bz.mercurial-scm.org/'