Differences between revisions 6 and 7
Revision 6 as of 2010-08-28 17:01:44
Size: 513
Editor: abuehl
Comment: fix name in title
Revision 7 as of 2011-07-22 10:40:36
Size: 514
Editor: RenatoCunha
Comment: Fixed a typo.
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
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 Windows). To browse repositories on your local network, just use ''hg paths''.

Zeroconf Extension

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 Windows). 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)