Mercurial > evolve
changeset 1706:f89c429345e9 mercurial-3.6
merge latest tag in 3.6-branch
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 06 May 2016 00:23:43 +0200 |
parents | 093c445fd86a (current diff) db60fb88b4b5 (diff) |
children | 981d895d69cf c92b286ab6f1 |
files | |
diffstat | 3 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgtags Thu May 05 23:51:35 2016 +0200 +++ b/.hgtags Fri May 06 00:23:43 2016 +0200 @@ -39,3 +39,4 @@ 44a9dcb3fefcf8281ebe4e359e7dbb637512cf7f 5.2.0 c15d6168412f175568dac89e6ee1cd8434fef906 5.2.1 bd59cc2ee2039c370a0343f683488cde2a106565 5.3.0 +b21ce82e6f7640c2b38506545968650227d67e9b 5.4.0
--- a/README Thu May 05 23:51:35 2016 +0200 +++ b/README Fri May 06 00:23:43 2016 +0200 @@ -56,7 +56,7 @@ Changelog ========= -5.4.0 -- +5.4.0 -- 2016-05-06 - Some collaboration with the topic experimental extensions, - hg evolve --all with consider all troubles in your current topic,
--- a/hgext/evolve.py Thu May 05 23:51:35 2016 +0200 +++ b/hgext/evolve.py Fri May 06 00:23:43 2016 +0200 @@ -19,8 +19,8 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.3.0' -testedwith = '3.4.3 3.5.2 3.6.2 3.7' +__version__ = '5.4.0' +testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1' buglink = 'http://bz.selenic.com/'