#pragma section-numbers 2
= Config Express Extension =

Mercurial extension to monitor and enforce client configuration from a server

<<TableOfContents>>

== Status ==

'''This extension is not distributed with Mercurial (yet).'''

''Author:'' ''Mathias de Maré, Pierre-Yves David''

Repository: ''https://foss.heptapod.net/mercurial/config-express''

Web page: ''https://pypi.python.org/pypi/hg-configexpress/''

== Overview ==

This extension allow a server to recommend or enforce some configuration values and repository formats
to a client during push and pull operation. The server can also detect client
not using the extension and take appropriate actions.

== Installation ==

This extensions is [[https://pypi.python.org/pypi/hg-configexpress/|available on Pypi]]. You can install it using:

{{{
pip install --user hg-configexpress
}}}

== Configuration ==
Configure your .hgrc to enable the extension by adding following lines:

{{{
[extensions]
configexpress =
}}}

== See also ==

  * [[https://foss.heptapod.net/mercurial/config-express/-/issues|bug tracker]]

----
CategoryExtensionsByOthers