changeset 546:c5d4900a804e

docs: include testedwith Mercurial has support for including information about the tested versions of Mercurial for an extension when it detects that an extension has broken. This change includes the appropriate attribute in the extension.
author David M. Carr <david@carrclan.us>
date Thu, 27 Sep 2012 22:52:54 -0400
parents 22b8df4c54c5
children 6e27c42c99d0
files hggit/__init__.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/__init__.py
+++ b/hggit/__init__.py
@@ -42,6 +42,7 @@
 import gitrepo, hgrepo
 from git_handler import GitHandler
 
+testedwith = '1.9.3 2.0.2 2.1.2 2.2.3 2.3.1'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 # support for `hg clone git://github.com/defunkt/facebox.git`