changeset 314:09be5e3d92d0

Unit tests for kwarchive and revinfo: Mercurial 4.9: ok without any changes
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 Feb 2019 16:11:44 +0100
parents 35cbbe8074a3
children e9ded6c1db41
files extensions/kwarchive.py extensions/revinfo.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/kwarchive.py	Sun Feb 17 20:11:45 2019 +0100
+++ b/extensions/kwarchive.py	Sun Feb 17 16:11:44 2019 +0100
@@ -117,7 +117,7 @@
         demandimport.enable()
 
 
-testedwith = "4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1 4.8.1"
+testedwith = "4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1 4.8.1 4.9"
 
 
 SHORTENED_HG_SCHEMES = {
--- a/extensions/revinfo.py	Sun Feb 17 20:11:45 2019 +0100
+++ b/extensions/revinfo.py	Sun Feb 17 16:11:44 2019 +0100
@@ -29,7 +29,7 @@
     command = cmdutil.command(cmdtable)
 
 
-testedwith = "3.5 3.5.1 3.5.2 4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1 4.8.1"
+testedwith = "3.5 3.5.1 3.5.2 4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1 4.8.1 4.9"
 
 
 def getversion():