Mercurial > hg
changeset 8003:14f27921932a
zeroconf: word-wrap help texts at 70 characters
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 23:20:10 +0200 |
parents | 36a23a18b999 |
children | d5b1b846f277 |
files | hgext/zeroconf/__init__.py |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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