Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2009-05-19 19:31:03
Size: 496
Editor: localhost
Comment: converted to 1.6 markup
Revision 5 as of 2010-08-28 15:20:58
Size: 507
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''This extension isdistributed with Mercurial.''' '''This extension is distributed with Mercurial.'''
Line 8: Line 8:
This extension allows ''hg serve'' to announce a repository via zeroconf/bonjour (and it should be able to do so on Mac, Linux and Window). To browse repositories on your local network, just use ''hg paths''
This extension allows ''hg serve'' to announce a repository via zeroconf/bonjour (and it should be able to do so on Mac, Linux and Window). To browse repositories on your local network, just use ''hg paths''.
Line 11: Line 12:
Line 17: Line 19:
Line 19: Line 20:
CategoryExtension CategoryBundledExtension

Extension Name

This extension is distributed with Mercurial.

Author: Matt Mackall

Overview

This extension allows hg serve to announce a repository via zeroconf/bonjour (and it should be able to do so on Mac, Linux and Window). To browse repositories on your local network, just use hg paths.

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
zeroconf=


CategoryBundledExtension

ZeroconfExtension (last edited 2011-07-22 10:40:36 by RenatoCunha)