hgext/evolve.py
branchstable
changeset 1717 2ad40d972a74
parent 1713 00612a019547
child 1720 fe64e69da57b
child 1735 8f902ec9ed9a
equal deleted inserted replaced
1716:1650f7dd2048 1717:2ad40d972a74
    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.4.0'
    22 __version__ = '5.4.1'
    23 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1'
    23 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9'
    24 buglink = 'http://bz.selenic.com/'
    24 buglink = 'http://bz.selenic.com/'
    25 
    25 
    26 
    26 
    27 evolutionhelptext = """
    27 evolutionhelptext = """
    28 Obsolescence markers make it possible to mark changesets that have been
    28 Obsolescence markers make it possible to mark changesets that have been