hgext/chgserver.py
changeset 29841 d5883fd055c6
parent 29598 a67398726747
child 30332 318a24b52eeb
equal deleted inserted replaced
29840:4435d4c951ec 29841:d5883fd055c6
    61     extensions,
    61     extensions,
    62     osutil,
    62     osutil,
    63     util,
    63     util,
    64 )
    64 )
    65 
    65 
    66 # Note for extension authors: ONLY specify testedwith = 'internal' for
    66 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
    67 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
    67 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
    68 # be specifying the version(s) of Mercurial they are tested with, or
    68 # be specifying the version(s) of Mercurial they are tested with, or
    69 # leave the attribute unspecified.
    69 # leave the attribute unspecified.
    70 testedwith = 'internal'
    70 testedwith = 'ships-with-hg-core'
    71 
    71 
    72 _log = commandserver.log
    72 _log = commandserver.log
    73 
    73 
    74 def _hashlist(items):
    74 def _hashlist(items):
    75     """return sha1 hexdigest for a list"""
    75     """return sha1 hexdigest for a list"""