Differences between revisions 3 and 4
Revision 3 as of 2017-04-07 14:26:33
Size: 1134
Comment:
Revision 4 as of 2017-04-07 14:26:49
Size: 1135
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
'''This extension is not distributed with Mercurial (yet).'' '''This extension is not distributed with Mercurial (yet).'''

Extension Name

Mercurial extension to monitor and enforce client configuration from a server

1. Status

This extension is not distributed with Mercurial (yet).

Author: Mathias de Maré, Pierre-Yves David

Repository: https://bitbucket.org/Mathiasdm/hg-configexpress

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

2. Overview

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.

3. Installation

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

pip install --user hg-configexpress

4. Configuration

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

[extensions]
configexpress =

5. See also


CategoryExtensionsByOthers

ConfigExpressExtension (last edited 2021-06-22 12:14:34 by Sushilkhanchi)