changeset 27793:8c9bbf5cd349

chgserver: mark as a built-in extension
author Yuya Nishihara <yuya@tcha.org>
date Wed, 23 Dec 2015 22:37:24 +0900
parents 980957333cfa
children 9a1f3f9bac5d
files hgext/chgserver.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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()