Skip to content
Snippets Groups Projects
Commit c5d4900a authored by David M. Carr's avatar David M. Carr
Browse files

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.
parent 22b8df4c
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment