Commit graph

4 commits

Author SHA1 Message Date
joerg
dbd4f3593a Revert, missed the earlier update for the same change. 2014-09-11 13:49:06 +00:00
joerg
d307eb26c2 Restrict to the same versions as Mercurial itself. 2014-09-11 13:46:30 +00:00
jperkin
b71cbf9dbe Not python3 compatible due to py-mercurial dependency. 2014-09-11 10:47:58 +00:00
richard
cfd0295a64 adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

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

To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:

    [extensions]
    hgnested =

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

For more information please visit the following website:

	http://code.google.com/p/hgnested/
2014-09-10 10:14:07 +00:00