Size: 1139
Comment:
|
← Revision 10 as of 2021-06-22 12:14:34 ⇥
Size: 1154
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
= Extension Name = | = Config Express Extension = |
Line 10: | Line 10: |
'''This extension is not distributed with Mercurial (yet).'' | '''This extension is not distributed with Mercurial (yet).''' |
Line 12: | Line 12: |
''Author: '' ''MAthias de Maré, Pierre-Yves David'' | ''Author:'' ''Mathias de Maré, Pierre-Yves David'' |
Line 14: | Line 14: |
Repository: ''https://bitbucket.org/Mathiasdm/hg-configexpress'' | Repository: ''https://foss.heptapod.net/mercurial/config-express'' |
Line 20: | Line 20: |
This extension allow a server to recommend or enforce some configuration values | This extension allow a server to recommend or enforce some configuration values and repository formats |
Line 26: | Line 26: |
This extensions is [[|https://pypi.python.org/pypi/hg-configexpress/|available on Pypi]]. You can install it using: | This extensions is [[https://pypi.python.org/pypi/hg-configexpress/|available on Pypi]]. You can install it using: |
Line 42: | Line 42: |
* [[https://bitbucket.org/Mathiasdm/hg-configexpress/issues?status=new&status=open|bug tracker]] | * [[https://foss.heptapod.net/mercurial/config-express/-/issues|bug tracker]] |
Config Express Extension
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: https://foss.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 =