zeroconf: use reST syntax for literal blocks
authorMartin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:26:42 +0200
changeset 9218 d3db87d68337
parent 9217 9cdb6964c3a3
child 9219 3f650f6aa130
zeroconf: use reST syntax for literal blocks
hgext/zeroconf/__init__.py
--- a/hgext/zeroconf/__init__.py	Thu Jul 23 00:26:26 2009 +0200
+++ b/hgext/zeroconf/__init__.py	Thu Jul 23 00:26:42 2009 +0200
@@ -12,15 +12,15 @@
 their actual IP address.
 
 To allow other people to discover your repository using run "hg serve" in your
-repository.
+repository::
 
- $ cd test
- $ hg serve
+  $ cd test
+  $ hg serve
 
-You can discover zeroconf enabled repositories by running "hg paths".
+You can discover zeroconf enabled repositories by running "hg paths"::
 
- $ hg paths
- zc-test = http://example.com:8000/test
+  $ hg paths
+  zc-test = http://example.com:8000/test
 '''
 
 import Zeroconf, socket, time, os