Mercurial > evolve
comparison hgext/evolve.py @ 1516:c4f8a2916e43
tests: run test with 3.6 and apply test change
Tested with 3.4, 3.5 and 3.6. Some minor test update had to be done.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 30 Oct 2015 15:48:13 +0000 |
parents | 9729fdcc1fab |
children | a1f239a93c94 |
comparison
equal
deleted
inserted
replaced
1515:9729fdcc1fab | 1516:c4f8a2916e43 |
---|---|
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.2.0' | 22 __version__ = '5.2.0' |
23 testedwith = '3.3.3 3.4.1' | 23 testedwith = '3.4.3 3.5.2 3.6' |
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 |