D7302: zeroconf: improve the extension's documentation

Phabricator phabricator at mercurial-scm.org
Fri Nov 8 12:07:09 EST 2019


Closed by commit rHG6337b10c46bc: zeroconf: improve the extension's documentation (authored by Vernon Tang <vt at foilhead.net>).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7302?vs=17715&id=17790

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7302/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7302

AFFECTED FILES
  hgext/zeroconf/__init__.py

CHANGE DETAILS

diff --git a/hgext/zeroconf/__init__.py b/hgext/zeroconf/__init__.py
--- a/hgext/zeroconf/__init__.py
+++ b/hgext/zeroconf/__init__.py
@@ -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::



To: jcristau, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list