hgnested
========

Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

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.

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

To run the tests, do (run-tests.py comes from mercurial tests):

    python run-tests.py test-hgnested


For more information please visit the `hgnested website`_.

.. _hgnested website: http://code.google.com/p/hgnested/
