hgext/evolve.py
branchstable
changeset 1765 727c7211c810
parent 1756 a7dcfff8c4a9
child 1778 924b76a51d18
child 1784 c3741a5adbb0
equal deleted inserted replaced
1764:825bcf1abe74 1765:727c7211c810
    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.1'
    22 __version__ = '5.5.0'
    23 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9 4.0'
    23 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9 4.0'
    24 buglink = 'https://bz.mercurial-scm.org/'
    24 buglink = 'https://bz.mercurial-scm.org/'
    25 
    25 
    26 
    26 
    27 evolutionhelptext = """
    27 evolutionhelptext = """