Mercurial > evolve
comparison hgext/evolve.py @ 912:0c1907a65b9f stable
test: update testing statement
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 23 Apr 2014 14:05:36 -0700 |
parents | 3b7dfa9bb789 |
children | 1ebe5c51919b |
comparison
equal
deleted
inserted
replaced
911:3b7dfa9bb789 | 912:0c1907a65b9f |
---|---|
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 = '2.7 2.7.1 2.7.2 2.8 2.8.1 2.9.2' | 22 testedwith = '2.7 2.7.1 2.7.2 2.8 2.8.1 2.8.2 2.9 2.9.1 2.9.2 3.0' |
23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' | 23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' |
24 | 24 |
25 import sys | 25 import sys |
26 import random | 26 import random |
27 | 27 |