hgext/evolve.py
branchstable
changeset 1392 0ec6cc5b4b7a
parent 1390 03f202bed47f
child 1395 362e2c8c5677
equal deleted inserted replaced
1390:03f202bed47f 1392:0ec6cc5b4b7a
    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.1.4'
    22 __version__ = '5.1.4'
    23 testedwith = '3.3.3 3.4-rc'
    23 testedwith = '3.3.3 3.4.1'
    24 buglink = 'http://bz.selenic.com/'
    24 buglink = 'http://bz.selenic.com/'
    25 
    25 
    26 import sys, os
    26 import sys, os
    27 import random
    27 import random
    28 from StringIO import StringIO
    28 from StringIO import StringIO