hgext/zeroconf/__init__.py
changeset 8225 46293a0c7e9f
parent 8191 35604226d712
child 8264 63ea850b3312
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     1 # zeroconf.py - zeroconf support for Mercurial
     1 # zeroconf.py - zeroconf support for Mercurial
     2 #
     2 #
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of
     5 # This software may be used and distributed according to the terms of the
     6 # the GNU General Public License (version 2), incorporated herein by
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 # reference.
       
     8 
     7 
     9 '''zeroconf support for mercurial repositories
     8 '''zeroconf support for mercurial repositories
    10 
     9 
    11 Zeroconf enabled repositories will be announced in a network without
    10 Zeroconf enabled repositories will be announced in a network without
    12 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