Metadata-Version: 1.0
Name: hgnested
Version: 0.5
Summary: Mercurial extension to work with nested repositories
Home-page: http://code.google.com/p/hgnested/
Author: B2CK
Author-email: info@b2ck.com
License: GPL-3
Download-URL: http://code.google.com/p/hgnested/downloads/
Description: 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/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Version Control
