chgserver: mark as a built-in extension
authorYuya Nishihara <yuya@tcha.org>
Wed, 23 Dec 2015 22:37:24 +0900
changeset 27793 8c9bbf5cd349
parent 27792 980957333cfa
child 27794 9a1f3f9bac5d
chgserver: mark as a built-in extension
hgext/chgserver.py
--- a/hgext/chgserver.py	Wed Dec 23 22:23:56 2015 +0900
+++ b/hgext/chgserver.py	Wed Dec 23 22:37:24 2015 +0900
@@ -48,6 +48,12 @@
     util,
 )
 
+# Note for extension authors: ONLY specify testedwith = 'internal' 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'
+
 _log = commandserver.log
 
 # copied from hgext/pager.py:uisetup()