hgext/convert/__init__.py
changeset 16743 38caf405d010
parent 16683 525fdb738975
child 17251 98166640b356
--- a/hgext/convert/__init__.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/convert/__init__.py	Tue May 15 14:37:49 2012 -0500
@@ -13,6 +13,8 @@
 from mercurial import commands, templatekw
 from mercurial.i18n import _
 
+testedwith = 'internal'
+
 # Commands definition was moved elsewhere to ease demandload job.
 
 def convert(ui, src, dest=None, revmapfile=None, **opts):