Mercurial > evolve
changeset 757:0ff862dcddbd
evolve: update the tested with statement
It actually ssems to work with version up to 2.6 but some minor changes makes
test fails. so better encourage people to upgrade.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Thu, 26 Dec 2013 17:20:16 -0800 |
parents | 64c6bdfd0518 |
children | 6b10897dcba7 57874b249940 |
files | hgext/evolve.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/evolve.py Thu Dec 26 14:42:22 2013 -0800 +++ b/hgext/evolve.py Thu Dec 26 17:20:16 2013 -0800 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in 2.3 ''' -testedwith = '2.5' +testedwith = '2.7 2.7.1 2.7.2 2.8 2.8.1' buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' import sys