comparison hgext/zeroconf/__init__.py @ 8760:bf17aeafb869

Spell Mercurial as a proper noun
author timeless <timeless@gmail.com>
date Tue, 09 Jun 2009 09:25:31 -0400
parents 63ea850b3312
children 87c30fb7e8df
comparison
equal deleted inserted replaced
8759:f584d63c49c3 8760:bf17aeafb869
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 the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2, incorporated herein by reference. 6 # GNU General Public License version 2, incorporated herein by reference.
7 7
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 13