hgext/schemes.py
changeset 16743 38caf405d010
parent 15609 8f4bad72d8b1
child 17425 e95ec38f86b0
--- a/hgext/schemes.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/schemes.py	Tue May 15 14:37:49 2012 -0500
@@ -44,6 +44,8 @@
 from mercurial import extensions, hg, templater, util
 from mercurial.i18n import _
 
+testedwith = 'internal'
+
 
 class ShortRepository(object):
     def __init__(self, url, scheme, templater):