hgext/zeroconf/__init__.py
changeset 8866 87c30fb7e8df
parent 8760 bf17aeafb869
child 8894 868670dbc237
equal deleted inserted replaced
8865:37d8a5ddd499 8866:87c30fb7e8df
     8 '''zeroconf support for Mercurial repositories
     8 '''zeroconf support for Mercurial repositories
     9 
     9 
    10 Zeroconf enabled repositories will be announced in a network without
    10 Zeroconf enabled repositories will be announced in a network without
    11 the need to configure a server or a service. They can be discovered
    11 the need to configure a server or a service. They can be discovered
    12 without knowing their actual IP address.
    12 without knowing their actual IP address.
    13 
       
    14 To use the zeroconf extension add the following entry to your hgrc
       
    15 file:
       
    16 
       
    17 [extensions]
       
    18 hgext.zeroconf =
       
    19 
    13 
    20 To allow other people to discover your repository using run "hg serve"
    14 To allow other people to discover your repository using run "hg serve"
    21 in your repository.
    15 in your repository.
    22 
    16 
    23  $ cd test
    17  $ cd test