# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1532373948 -19800 # Node ID 7da8a38ff969050ab822832bed93f4bd1097c143 # Parent dc096a69425da78c1947b171595d11e5e8280ae8 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