hgext3rd/evolve/metadata.py
branchstable
changeset 4117 870c31f85c90
parent 4115 c6362c4abd69
child 4118 d3ea35ad88f3
equal deleted inserted replaced
4116:61870ec7a9e9 4117:870c31f85c90
     3 # Copyright 2017 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
     3 # Copyright 2017 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 __version__ = '8.2.1'
     8 __version__ = '8.2.2.dev'
     9 testedwith = '4.3.2 4.4.2 4.5.2 4.6.2 4.7'
     9 testedwith = '4.3.2 4.4.2 4.5.2 4.6.2 4.7'
    10 minimumhgversion = '4.3'
    10 minimumhgversion = '4.3'
    11 buglink = 'https://bz.mercurial-scm.org/'
    11 buglink = 'https://bz.mercurial-scm.org/'