changeset 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 553c40023729
children e7d84481cf76
files hgsubversion/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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