Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2017-06-13 11:30:02
Size: 1161
Comment:
Revision 9 as of 2020-01-08 14:37:05
Size: 1172
Editor: muxator
Comment: The official repository was moved to Heptapod today. See https://www.mercurial-scm.org/pipermail/mercurial-devel/2020-January/137943.html
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= Extension Name = = Config Express Extension =
Line 14: Line 14:
Repository: ''https://bitbucket.org/Mathiasdm/hg-configexpress'' Repository: ''https://dev.heptapod.net/mercurial/config-express''

Config Express Extension

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://dev.heptapod.net/mercurial/config-express

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

2. 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.

3. Installation

This extensions is 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)