Branchmirror Extension

This extension is/is not distributed with Mercurial.

Author: <b_michaelsen AT SPAMFREE openoffice DOT org>

Download site: currently none

Overview

This extension creates a local mirror of a set of branched repositories.

Configuration

Configure the hgrc of a repository to enable the extension by adding following lines:

[extensions]
hgext.branchmirror=/path/to/extension
[branchmirror]
#baseurl of the remote hosting site
remoteurl=http://hg.services.openoffice.org

# the reference repository from which all the feature branches originate
master=DEV300)

# a sourceurl from which to initialize the master repository
initsource=bundle:///path/to/DEV300.hg

# remote repositories matching this expression will get mirrored
branchpattern=^cws/.*$

# remote repositories matching this expression will not get mirrored, even if matching the branchpattern above.
branchignorepattern=^cws/avmedia101$


CategoryExtension CategoryExtensionsByOthers