##// END OF EJS Templates
zeroconf: use reST syntax for literal blocks
Martin Geisler -
r9218:d3db87d6 default
parent child Browse files
Show More
@@ -12,12 +12,12 b' to configure a server or a service. They'
12 12 their actual IP address.
13 13
14 14 To allow other people to discover your repository using run "hg serve" in your
15 repository.
15 repository::
16 16
17 17 $ cd test
18 18 $ hg serve
19 19
20 You can discover zeroconf enabled repositories by running "hg paths".
20 You can discover zeroconf enabled repositories by running "hg paths"::
21 21
22 22 $ hg paths
23 23 zc-test = http://example.com:8000/test
General Comments 0
You need to be logged in to leave comments. Login now