Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2010-09-02 14:43:25
Size: 311
Comment: Add HgNestedExtension
Revision 4 as of 2011-04-02 00:52:50
Size: 843
Editor: GregWard
Comment: standard link terminology
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Web page: http://code.google.com/p/hgnested/

Repository: https://hgnested.googlecode.com/hg/
Line 10: Line 14:
[[http://code.google.com/p/hgnested/|HgNested Website]] It was inspired by the [[ForestExtension]].

The extension allow to apply common Mercurial commands to all the nested repositories at once like pull, push etc.
It allow also to fetch a complete tree of repositories through ssh or http.

It differs from [[Subrepositories]] :

 * subrepos will attempt to recursively commit in all defined subrepos.

 * subrepos keeps revisions of each repositories in the .hgsubstate.

See `hg help hgnested` for the complete list of commands.

HgNested Extension

This extension is not being distributed along with Mercurial.

Author: Cédric Krier

Web page: http://code.google.com/p/hgnested/

Repository: https://hgnested.googlecode.com/hg/

Overview

HgNested is a mercurial extension to work with nested repositories.

It was inspired by the ForestExtension.

The extension allow to apply common Mercurial commands to all the nested repositories at once like pull, push etc. It allow also to fetch a complete tree of repositories through ssh or http.

It differs from Subrepositories :

  • subrepos will attempt to recursively commit in all defined subrepos.
  • subrepos keeps revisions of each repositories in the .hgsubstate.

See hg help hgnested for the complete list of commands.


CategoryExtensionsByOthers

HgNestedExtension (last edited 2017-09-14 20:55:14 by Cédric Krier)