Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2011-02-03 13:19:14
Size: 803
Comment:
Revision 5 as of 2017-09-14 20:55:14
Size: 848
Comment: Update Nnew website
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

Web page: https://bitbucket.org/cedk/hgnested

Repository: https://bitbucket.org/cedk/hgnested/src
Line 23: Line 27:
[[http://code.google.com/p/hgnested/|HgNested Website]]

HgNested Extension

This extension is not being distributed along with Mercurial.

Author: Cédric Krier

Web page: https://bitbucket.org/cedk/hgnested

Repository: https://bitbucket.org/cedk/hgnested/src

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)