# HG changeset patch # User Augie Fackler # Date 1509590231 14400 # Node ID 08ea19b989c389af65b75290664038a2d74786d5 # Parent adba152a51778fc64d599f8d307dece42ed844c6 testedwith: add hg 4.4 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' +testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4' import os import sys diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43 +envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44 [testenv] deps= @@ -11,5 +11,6 @@ deps= hg41: Mercurial==4.1.3 hg42: Mercurial==4.2.2 hg43: Mercurial==4.3.1 + hg44: Mercurial==4.4 subvertpy commands=nosetests {posargs}