# HG changeset patch # User Augie Fackler # Date 1453909359 18000 # Node ID bd979667611d9df733c61251e7668899f3e77a8f # Parent e0e44fcd1b5ae9b56543799f32fc4caff4386dd4 testedwith: add hg 3.7 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' +testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6 3.7' import os import sys