From patchwork Mon Jul 23 19:37:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: hgsubversion: add 4.6 to testedwith value From: Pulkit Goyal <7895pulkit@gmail.com> X-Patchwork-Id: 32929 Message-Id: <6efcde790e142461ac10.1532374650@workspace> To: mercurial-devel@mercurial-scm.org Cc: raf@durin42.com Date: Tue, 24 Jul 2018 01:07:30 +0530 # HG changeset patch # User Pulkit Goyal <7895pulkit@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