# HG changeset patch
# User Augie Fackler <raf@durin42.com>
# Date 1422633527 18000
# Node ID c1756971f8828a59c859513f208c6d79bf34c275
# Parent  553c4002372939807439312a6ccac8da2422f27f
__init__: record the versions of Mercurial hgsubversion supports

diff --git a/hgsubversion/__init__.py b/hgsubversion/__init__.py
--- a/hgsubversion/__init__.py
+++ b/hgsubversion/__init__.py
@@ -15,6 +15,8 @@ details.
 For more information and instructions, see :hg:`help subversion`.
 '''
 
+testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3'
+
 import os
 import sys
 import traceback