##// END OF EJS Templates
zeroconf: word-wrap help texts at 70 characters
Martin Geisler -
r8003:14f27921 default
parent child Browse files
Show More
@@ -8,17 +8,18 b''
8
8
9 '''zeroconf support for mercurial repositories
9 '''zeroconf support for mercurial repositories
10
10
11 Zeroconf enabled repositories will be announced in a network without the need
11 Zeroconf enabled repositories will be announced in a network without
12 to configure a server or a service. They can be discovered without knowing
12 the need to configure a server or a service. They can be discovered
13 their actual IP address.
13 without knowing their actual IP address.
14
14
15 To use the zeroconf extension add the following entry to your hgrc file:
15 To use the zeroconf extension add the following entry to your hgrc
16 file:
16
17
17 [extensions]
18 [extensions]
18 hgext.zeroconf =
19 hgext.zeroconf =
19
20
20 To allow other people to discover your repository using run "hg serve" in your
21 To allow other people to discover your repository using run "hg serve"
21 repository.
22 in your repository.
22
23
23 $ cd test
24 $ cd test
24 $ hg serve
25 $ hg serve
General Comments 0
You need to be logged in to leave comments. Login now