hgext3rd/evolve/metadata.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 23 Oct 2017 16:08:29 +0200
changeset 3140 f4c6cce8fb7d
parent 3139 ec2251d0ba06
child 3141 f9faa5b6f937
permissions -rw-r--r--
compat: drop compatibility for Mercurial <= 4.0 We are dropping compatibility with older mercurial version. This will help us to clean up the code base.

# 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 = '3.8'
buglink = 'https://bz.mercurial-scm.org/'