hgext/bugzilla.py
changeset 29841 d5883fd055c6
parent 29432 34b914ac573e
child 30478 f7d66746ec18
--- a/hgext/bugzilla.py	Thu Aug 25 01:00:26 2016 -0400
+++ b/hgext/bugzilla.py	Tue Aug 23 11:26:08 2016 -0400
@@ -294,11 +294,11 @@
 urlparse = util.urlparse
 xmlrpclib = util.xmlrpclib
 
-# 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'
 
 class bzaccess(object):
     '''Base class for access to Bugzilla.'''