[PATCH] hgsubversion: add 4.6 to testedwith value

Pulkit Goyal 7895pulkit at gmail.com
Mon Jul 23 19:37:30 UTC 2018


# HG changeset patch
# User Pulkit Goyal <7895pulkit at gmail.com>
# Date 1532373948 -19800
#      Tue Jul 24 00:55:48 2018 +0530
# Node ID 6efcde790e142461ac10e10257ca8f37ee0f7782
# Parent  51e105c7f0c6fe1aece28bc06c177b68c0e789f1
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.

diff --git a/hgsubversion/__init__.py b/hgsubversion/__init__.py
--- 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
 


More information about the Mercurial-devel mailing list