Mercurial > hg-stable
changeset 9218:d3db87d68337
zeroconf: use reST syntax for literal blocks
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 23 Jul 2009 00:26:42 +0200 |
parents | 9cdb6964c3a3 |
children | 3f650f6aa130 |
files | hgext/zeroconf/__init__.py |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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