Alex Schuilenburg <[email protected]> writes: > My favourite hg extension is forest which allows you to create a single > repository consisting of several other repositories, kind of like CVS > modules.
Note that Mercurial version 1.3 includes an experimental subrepository core feature. This might eventually make the forest extension obsolete. http://mercurial.selenic.com/wiki/subrepos > In other words, you can work with all the repositories, or just with > subsets. This means that multiple changes can be push/pulled into/from > multiple repositories, using a single standard hg push/pull commands, > as well as all the usual hg commands and functionality. I have not > heard of equivalent functionality in git ;-) Git has submodules, which is a similar feature. Regards, Daniel -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
