hgext/zeroconf/__init__.py
changeset 8003 14f27921932a
parent 7874 d812029cda85
child 8190 9b8ac5fb7760
--- a/hgext/zeroconf/__init__.py	Sat Apr 04 23:19:52 2009 +0200
+++ b/hgext/zeroconf/__init__.py	Sat Apr 04 23:20:10 2009 +0200
@@ -8,17 +8,18 @@
 
 '''zeroconf support for mercurial repositories
 
-Zeroconf enabled repositories will be announced in a network without the need
-to configure a server or a service. They can be discovered without knowing
-their actual IP address.
+Zeroconf enabled repositories will be announced in a network without
+the need to configure a server or a service. They can be discovered
+without knowing their actual IP address.
 
-To use the zeroconf extension add the following entry to your hgrc file:
+To use the zeroconf extension add the following entry to your hgrc
+file:
 
 [extensions]
 hgext.zeroconf =
 
-To allow other people to discover your repository using run "hg serve" in your
-repository.
+To allow other people to discover your repository using run "hg serve"
+in your repository.
 
  $ cd test
  $ hg serve