# HG changeset patch # User Augie Fackler # Date 1462936362 14400 # Node ID 49d324e11856f5d65bd7f83f7ffb3a2f07bf82c1 # Parent 963946d7dfd780326468bf0855dffb8b63a8ab75 testedwith: include 3.8 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 = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6 3.7' +testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6 3.7 3.8' import os import sys