Mercurial > evolve
comparison hgext/evolve.py @ 1701:4f3601b12c74 stable
evolve: update testedwith field
3.8.1 is working fine and no older branch had to be dropped.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 06 May 2016 00:16:18 +0200 |
parents | 60752ed8d2d4 |
children | b21ce82e6f76 |
comparison
equal
deleted
inserted
replaced
1695:77df6101d3b5 | 1701:4f3601b12c74 |
---|---|
18 this feature, | 18 this feature, |
19 - improves some aspect of the early implementation in Mercurial core | 19 - improves some aspect of the early implementation in Mercurial core |
20 ''' | 20 ''' |
21 | 21 |
22 __version__ = '5.3.0' | 22 __version__ = '5.3.0' |
23 testedwith = '3.4.3 3.5.2 3.6.2 3.7' | 23 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1' |
24 buglink = 'http://bz.selenic.com/' | 24 buglink = 'http://bz.selenic.com/' |
25 | 25 |
26 | 26 |
27 evolutionhelptext = """ | 27 evolutionhelptext = """ |
28 Obsolescence markers make it possible to mark changesets that have been | 28 Obsolescence markers make it possible to mark changesets that have been |