hgext/evolve.py
changeset 592 35c46a780dd6
parent 591 012e48e80840
child 594 7f89b31fcb26
equal deleted inserted replaced
591:012e48e80840 592:35c46a780dd6
    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.3 2.3.1 2.3.2'
    22 testedwith = '2.4-rc'
    23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
    23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
    24 
    24 
    25 
    25 
    26 import random
    26 import random
    27 
    27