hgext3rd/evolve/metadata.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 24 Oct 2017 14:11:28 +0200
changeset 3141 f9faa5b6f937
parent 3140 f4c6cce8fb7d
child 3163 c56c028f3802
permissions -rw-r--r--
compat: mark version 4.1 as the minimum version required We dropped compatibility for version 3.8, 3.9 and 4.0.

# define Mercurial extension metadata for evolution
#
# Copyright 2017 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

__version__ = '7.0.0.dev'
testedwith = '4.1.3 4.2.3 4.3.2 4.4'
minimumhgversion = '4.1'
buglink = 'https://bz.mercurial-scm.org/'