hgext/evolve.py
changeset 757 0ff862dcddbd
parent 756 64c6bdfd0518
child 760 bbb3a0e1dfea
child 818 fcdd9b8c970b
equal deleted inserted replaced
756:64c6bdfd0518 757:0ff862dcddbd
    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.5'
    22 testedwith = '2.7 2.7.1 2.7.2 2.8 2.8.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 
    27