diff hgsubversion/__init__.py @ 1304:c1756971f882 stable 1.8

__init__: record the versions of Mercurial hgsubversion supports
author Augie Fackler <raf@durin42.com>
date Fri, 30 Jan 2015 10:58:47 -0500
parents 3a4d74823187
children 43a365f5d13c
line wrap: on
line diff
--- 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