comparison hgext/evolve.py @ 663:9d4ff0809a00 stable

mark test with 2.5
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sat, 02 Feb 2013 12:21:01 +0100
parents 1db801bcd08f
children 97ce1f801309 a246b02499d9
comparison
equal deleted inserted replaced
662:40854e956315 663:9d4ff0809a00
17 - alters core commands and extensions that rewrite history to use 17 - alters core commands and extensions that rewrite history to use
18 this feature, 18 this feature,
19 - improves some aspect of the early implementation in 2.3 19 - improves some aspect of the early implementation in 2.3
20 ''' 20 '''
21 21
22 testedwith = '' 22 testedwith = '2.5'
23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' 23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
24 24
25 25
26 import random 26 import random
27 27