Size: 801
Comment: Add more descriptions
|
Size: 803
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
* subrepos will attempt to recursively commit in all defined subrepos. | * subrepos will attempt to recursively commit in all defined subrepos. |
Line 19: | Line 19: |
* subrepos keeps revisions of each repositories in the .hgsubstate. | * subrepos keeps revisions of each repositories in the .hgsubstate. |
HgNested Extension
This extension is not being distributed along with Mercurial.
Author: Cédric Krier
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.