diff hgsubversion/__init__.py @ 1590:40d8557d6aee

testedwith: declare support for hg 4.8
author Augie Fackler <raf@durin42.com>
date Fri, 02 Nov 2018 20:14:41 -0400
parents 363d4c2cb880
children 39e2f8f8f205
line wrap: on
line diff
--- a/hgsubversion/__init__.py
+++ b/hgsubversion/__init__.py
@@ -15,7 +15,7 @@ details.
 For more information and instructions, see :hg:`help subversion`.
 '''
 
-testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7'
+testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8'
 
 import os