Size: 1139
Comment:
|
Size: 1134
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
''Author: '' ''MAthias de Maré, Pierre-Yves David'' | ''Author:'' Mathias de Maré, Pierre-Yves David |
Extension Name
Mercurial extension to monitor and enforce client configuration from a server
Contents
1. Status
This extension is not distributed with Mercurial (yet). Author: Mathias de Maré, Pierre-Yves David Repository: Web page:
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.
This extensions is [[|https://pypi.python.org/pypi/hg-configexpress/|available on Pypi]]. You can install it using:
Configure your .hgrc to enable the extension by adding following lines:
2. Overview
3. Installation
pip install --user hg-configexpress
4. Configuration
[extensions]
configexpress =
5. See also