# HG changeset patch # User Martin Geisler # Date 1238880010 -7200 # Node ID 14f27921932a580849a883a5c25bbc2b4c298c9c # Parent 36a23a18b9992e1dba1979e77b1af9b6821f7413 zeroconf: word-wrap help texts at 70 characters diff -r 36a23a18b999 -r 14f27921932a 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