Show More
@@ -6,9 +6,9 b'' | |||||
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. | |
7 | '''discover and advertise repositories on the local network |
|
7 | '''discover and advertise repositories on the local network | |
8 |
|
8 | |||
9 | Zeroconf-enabled repositories will be announced in a network without |
|
9 | The zeroconf extension will advertise :hg:`serve` instances over | |
10 | the need to configure a server or a service. They can be discovered |
|
10 | DNS-SD so that they can be discovered using the :hg:`paths` command | |
11 |
without knowing the |
|
11 | without knowing the server's IP address. | |
12 |
|
12 | |||
13 | To allow other people to discover your repository using run |
|
13 | To allow other people to discover your repository using run | |
14 | :hg:`serve` in your repository:: |
|
14 | :hg:`serve` in your repository:: |
General Comments 0
You need to be logged in to leave comments.
Login now