changeset 16743 | 38caf405d010 |
parent 16683 | 525fdb738975 |
child 19872 | 681f7b9213a4 |
--- a/hgext/highlight/__init__.py Sat May 05 15:12:26 2012 -0500 +++ b/hgext/highlight/__init__.py Tue May 15 14:37:49 2012 -0500 @@ -24,6 +24,7 @@ import highlight from mercurial.hgweb import webcommands, webutil, common from mercurial import extensions, encoding +testedwith = 'internal' def filerevision_highlight(orig, web, tmpl, fctx): mt = ''.join(tmpl('mimetype', encoding=encoding.encoding))