Guestrepo Extension
Extension for enterprises needing to handle modules and components
Contents
1. Status
This extension is not distributed with Mercurial.
Maintainer: Paul Nathan at https://bitbucket.org/guestrepo/guestrepo
Repository: https://bitbucket.org/guestrepo/guestrepo' Mailing List (defunct):
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.
Configure your .hgrc to enable the extension by adding following lines:
ForestExtension HgNestedExtension 2. Overview
3. Configuration
[extensions]
guestrepo = path/to/guestrepo/guestrepo
4. See also