description Mercurial extension for nested repositories
Operations on trees with nested Mercurial repositories. \
This extension provides commands that apply to a composite tree called \
a forest. Some commands simply wrap standard Mercurial commands, such \
as 'clone' or 'status', and others involve a snapshot file.
homepage http://mercurial.selenic.com/wiki/ForestExtension
python.default_version 27
depends_lib port:mercurial
xinstall -m 755 -d ${destroot}${python.pkgd}/hgext
xinstall -m 644 -W ${filespath} forest.py ${destroot}${python.pkgd}/hgext
notes "To setup forest to run, edit your .hgrc to add:
See ${homepage} for more explanation