hgext/mq.py
changeset 29841 d5883fd055c6
parent 29752 8a8c1c4b8f24
child 29968 0342bf292f73
--- a/hgext/mq.py	Thu Aug 25 01:00:26 2016 -0400
+++ b/hgext/mq.py	Tue Aug 23 11:26:08 2016 -0400
@@ -99,11 +99,11 @@
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)
-# 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'
 
 # force load strip extension formerly included in mq and import some utility
 try: