hgext/evolve.py
changeset 919 ffce88754767
parent 909 ff71b83a4bbe
parent 915 1ebe5c51919b
child 932 bcd0c12070b2
equal deleted inserted replaced
909:ff71b83a4bbe 919:ffce88754767
    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 = 'default'
    22 testedwith = '3.0'
    23 
       
    24 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
    23 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
    25 
    24 
    26 import sys
    25 import sys
    27 import random
    26 import random
    28 from StringIO import StringIO
    27 from StringIO import StringIO