zeroconf: word-wrap help texts at 70 characters
authorMartin Geisler <mg@daimi.au.dk>
Sat, 04 Apr 2009 23:20:10 +0200
changeset 8003 14f27921932a
parent 8002 36a23a18b999
child 8004 d5b1b846f277
zeroconf: word-wrap help texts at 70 characters
hgext/zeroconf/__init__.py
--- 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