##// END OF EJS Templates
zeroconf: use reST syntax for literal blocks
Martin Geisler -
r9218:d3db87d6 default
parent child Browse files
Show More
@@ -12,15 +12,15 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 $ cd test
18 $ hg serve
17 $ cd test
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 $ hg paths
23 zc-test = http://example.com:8000/test
22 $ hg paths
23 zc-test = http://example.com:8000/test
24 24 '''
25 25
26 26 import Zeroconf, socket, time, os
General Comments 0
You need to be logged in to leave comments. Login now