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.

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.

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

    python run-tests.py test-hgnested.t


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

.. _hgnested website: http://bitbucket.org/cedk/hgnested
