hgext/histedit.py
changeset 29841 d5883fd055c6
parent 29820 e1a4015f5e34
child 29874 0099e29fc95c
--- a/hgext/histedit.py	Thu Aug 25 01:00:26 2016 -0400
+++ b/hgext/histedit.py	Tue Aug 23 11:26:08 2016 -0400
@@ -213,11 +213,11 @@
     def known(cls):
         return set([v for k, v in cls.__dict__.items() if k[0] != '_'])
 
-# 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'
 
 actiontable = {}
 primaryactions = set()