Mercurial > evolve
view hgext3rd/evolve/metadata.py @ 3890:840c48296511
tests: extract the obshistory fold test case into a separate file
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 22 May 2018 17:41:57 +0200 |
parents | b91db6989231 |
children | 2c5d79c6459c |
line wrap: on
line source
# 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__ = '8.1.0.dev' testedwith = '4.3.2 4.4.2 4.5.2 4.6.1' minimumhgversion = '4.3' buglink = 'https://bz.mercurial-scm.org/'