Mercurial > hg-stable
changeset 43548:6337b10c46bc
zeroconf: improve the extension's documentation
Differential Revision: https://phab.mercurial-scm.org/D7302
author | Vernon Tang <vt@foilhead.net> |
---|---|
date | Thu, 08 Jan 2009 02:03:00 +0000 |
parents | 1a47fe4bc154 |
children | b2f95f9d3588 |
files | hgext/zeroconf/__init__.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/zeroconf/__init__.py Wed Nov 06 16:30:14 2019 -0500 +++ b/hgext/zeroconf/__init__.py Thu Jan 08 02:03:00 2009 +0000 @@ -6,9 +6,9 @@ # GNU General Public License version 2 or any later version. '''discover and advertise repositories on the local network -Zeroconf-enabled repositories will be announced in a network without -the need to configure a server or a service. They can be discovered -without knowing their actual IP address. +The zeroconf extension will advertise :hg:`serve` instances over +DNS-SD so that they can be discovered using the :hg:`paths` command +without knowing the server's IP address. To allow other people to discover your repository using run :hg:`serve` in your repository::