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
