changeset 1576:7da8a38ff969

hgsubversion: add 4.6 to testedwith value Recent patches has made hgsubversion portable with mercurial 4.6, so let's add that to testedwith value.
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 24 Jul 2018 00:55:48 +0530
parents dc096a69425d
children af9a3156f8ae
files hgsubversion/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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'
+testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6'
 
 import os