Guestrepo Extension

Extension for enterprises needing to handle modules and components

1. Status

This extension is not distributed with Mercurial.

Author: Schweitzer Engineering Labs opensource@selinc.com

Repository: https://bitbucket.org/selinc/guestrepo

Mailing List: http://lists.logilab.org/mailman/listinfo/mercurial-guestrepo

2. Overview

The Guestrepo Extension adds commands to clone, push, pull, and summarize the state of nested repositories.

Use case:

Hg subrepos do not handle the sharing of components well, due to the recursive merge from the top (super) repo and requirement to lock at a specific version.

Guestrepo supports python version 2.4 and above and mercurial 1.9 and above.

3. Configuration

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

[extensions]
guestrepo = path/to/guestrepo/guestrepo

4. See also

ForestExtension HgNestedExtension


CategoryExtensionsByOthers

GuestrepoExtension (last edited 2013-05-03 13:34:51 by Pierre-YvesDavid)