# HG changeset patch # User Martin Geisler # Date 2009-07-26 00:03:35 # Node ID 51e85071caf0721996e9269a0878f80bf6a468d8 # Parent 8164d1abaa3633dc8c99f6d0b86de60b7bedfa8c zeroconf: wrap docstrings at 70 characters diff --git a/hgext/zeroconf/__init__.py b/hgext/zeroconf/__init__.py --- a/hgext/zeroconf/__init__.py +++ b/hgext/zeroconf/__init__.py @@ -7,12 +7,12 @@ '''discover and advertise repositories on the local network -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 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