Metadata-Version: 1.0
Name: hg-configexpress
Version: 0.2.0
Summary: Mercurial extension to monitor and enforce client configuration
Home-page: https://bitbucket.org/Mathiasdm/hg-configexpress
Author: Pierre-Yves David
Author-email: pierre-yves.david@ens-lyon.org
License: GPLv2+
Description: Config Express
        ==============
        
        Mercurial extension to monitor and enforce client configuration from a server
        
        This extension allow a server to recommend or enforce some configuration values
        to a client during push and pull operation. The server can also detect client
        not using the extension and take appropriate actions.
        
        Install
        -------
        
        To install use::
        
          pip install --user hg-configexpress
        
        Documentation
        -------------
        
        See the inline help for full documentation::
        
            hg help -e configexpress
        
Keywords: hg mercurial
Platform: UNKNOWN
