hgext/journal.py
changeset 29841 d5883fd055c6
parent 29773 f2241c13d5a1
child 29870 6d11ae3c4c4b
--- a/hgext/journal.py	Thu Aug 25 01:00:26 2016 -0400
+++ b/hgext/journal.py	Tue Aug 23 11:26:08 2016 -0400
@@ -39,11 +39,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'
 
 # storage format version; increment when the format changes
 storageversion = 0