hgext/highlight/__init__.py
changeset 29852 d5883fd055c6
parent 29485 6a98f9408a50
child 36877 9fc3d814646e
--- a/hgext/highlight/__init__.py	Thu Aug 25 01:00:26 2016 -0400
+++ b/hgext/highlight/__init__.py	Tue Aug 23 11:26:08 2016 -0400
@@ -41,11 +41,11 @@
     fileset,
 )
 
-# Note for extension authors: ONLY specify testedwith = 'internal' for
+# Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
 # be specifying the version(s) of Mercurial they are tested with, or
 # leave the attribute unspecified.
-testedwith = 'internal'
+testedwith = 'ships-with-hg-core'
 
 def pygmentize(web, field, fctx, tmpl):
     style = web.config('web', 'pygments_style', 'colorful')