packaging: mark extensions as tested with 5.0 stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sat, 20 Apr 2019 05:21:14 +0200
branchstable
changeset 4564 a1072c2910c2
parent 4554 093df66127ec
child 4565 393a58d71b30
packaging: mark extensions as tested with 5.0
hgext3rd/evolve/metadata.py
hgext3rd/topic/__init__.py
--- a/hgext3rd/evolve/metadata.py	Tue Apr 23 12:20:12 2019 +0200
+++ b/hgext3rd/evolve/metadata.py	Sat Apr 20 05:21:14 2019 +0200
@@ -6,6 +6,6 @@
 # GNU General Public License version 2 or any later version.
 
 __version__ = '8.5.1.dev'
-testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
+testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9 5.0'
 minimumhgversion = '4.4'
 buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py	Tue Apr 23 12:20:12 2019 +0200
+++ b/hgext3rd/topic/__init__.py	Sat Apr 20 05:21:14 2019 +0200
@@ -182,7 +182,7 @@
 
 __version__ = '0.14.1.dev'
 
-testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
+testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9 5.0'
 minimumhgversion = '4.4'
 buglink = 'https://bz.mercurial-scm.org/'