Mercurial > evolve
changeset 3603:986867000521
packaging: further mark 4.1 support as dropped
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 22 Mar 2018 10:25:01 +0100 |
parents | f7297afb0273 |
children | d24ba168a532 |
files | hgext3rd/evolve/__init__.py hgext3rd/evolve/metadata.py hgext3rd/topic/__init__.py |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py Thu Mar 22 10:05:50 2018 +0100 +++ b/hgext3rd/evolve/__init__.py Thu Mar 22 10:25:01 2018 +0100 @@ -32,7 +32,7 @@ backported to older version of Mercurial by this extension. Some older experimental protocol are also supported for a longer time in the extensions to help people transitioning. (The extensions is currently compatible down to -Mercurial version 4.1). +Mercurial version 4.2). New Config::
--- a/hgext3rd/evolve/metadata.py Thu Mar 22 10:05:50 2018 +0100 +++ b/hgext3rd/evolve/metadata.py Thu Mar 22 10:25:01 2018 +0100 @@ -7,5 +7,5 @@ __version__ = '8.0.0.dev' testedwith = '4.2.3 4.3.2 4.4.2 4.5.2' -minimumhgversion = '4.1' +minimumhgversion = '4.2' buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py Thu Mar 22 10:05:50 2018 +0100 +++ b/hgext3rd/topic/__init__.py Thu Mar 22 10:25:01 2018 +0100 @@ -179,7 +179,7 @@ __version__ = '0.9.0.dev' testedwith = '4.2.3 4.3.3 4.4.2 4.5.2' -minimumhgversion = '4.1' +minimumhgversion = '4.2' buglink = 'https://bz.mercurial-scm.org/' if util.safehasattr(registrar, 'configitem'):