##// END OF EJS Templates
chgserver: mark as a built-in extension
Yuya Nishihara -
r27793:8c9bbf5c default
parent child Browse files
Show More
@@ -48,6 +48,12 b' from mercurial import ('
48 48 util,
49 49 )
50 50
51 # Note for extension authors: ONLY specify testedwith = 'internal' for
52 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
53 # be specifying the version(s) of Mercurial they are tested with, or
54 # leave the attribute unspecified.
55 testedwith = 'internal'
56
51 57 _log = commandserver.log
52 58
53 59 # copied from hgext/pager.py:uisetup()
General Comments 0
You need to be logged in to leave comments. Login now