comparison hgext/evolve.py @ 1027:fe1505aa565b stable

evolve: update tested with statement
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 08 Aug 2014 15:33:39 -0700
parents 205d549a972f
children 0fcddde7dae6
comparison
equal deleted inserted replaced
1026:35adaf02b777 1027:fe1505aa565b
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 Mercurial core 19 - improves some aspect of the early implementation in Mercurial core
20 ''' 20 '''
21 21
22 testedwith = '3.0.1' 22 testedwith = '3.0.1 3.1'
23 buglink = 'http://bz.selenic.com/' 23 buglink = 'http://bz.selenic.com/'
24 24
25 import sys 25 import sys
26 import random 26 import random
27 from StringIO import StringIO 27 from StringIO import StringIO