hgext/zeroconf/__init__.py
changeset 29841 d5883fd055c6
parent 28308 4de74eda1d65
child 30885 564a96a56b73
equal deleted inserted replaced
29840:4435d4c951ec 29841:d5883fd055c6
    38 )
    38 )
    39 from mercurial.hgweb import (
    39 from mercurial.hgweb import (
    40     server as servermod
    40     server as servermod
    41 )
    41 )
    42 
    42 
    43 # Note for extension authors: ONLY specify testedwith = 'internal' for
    43 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
    44 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
    44 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
    45 # be specifying the version(s) of Mercurial they are tested with, or
    45 # be specifying the version(s) of Mercurial they are tested with, or
    46 # leave the attribute unspecified.
    46 # leave the attribute unspecified.
    47 testedwith = 'internal'
    47 testedwith = 'ships-with-hg-core'
    48 
    48 
    49 # publish
    49 # publish
    50 
    50 
    51 server = None
    51 server = None
    52 localip = None
    52 localip = None