Mercurial > evolve
comparison hgext/evolve.py @ 1004:808a33826700
evolve: update the tested with statement
Tested with the soon to be release 3.1.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 29 Jul 2014 17:15:57 -0700 |
parents | 195642c1520b |
children | 4fe159fdfc4c |
comparison
equal
deleted
inserted
replaced
1003:574315ec19c2 | 1004:808a33826700 |
---|---|
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 = '3.0.1' | 22 testedwith = '3.0.1 3.1' |
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 from StringIO import StringIO | 27 from StringIO import StringIO |