hgext/evolve.py
branchstable
changeset 1230 e886bc501796
parent 1228 72a3f8d307b2
child 1235 ffa32ca659f1
child 1244 3249814dabd1
equal deleted inserted replaced
1229:175cc89bbe4c 1230:e886bc501796
    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 __version__ = '5.1.1'
    22 __version__ = '5.1.2'
    23 testedwith = '3.3'
    23 testedwith = '3.3.3'
    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