comparison mercurial/help.py @ 34932:fd78276948b4 stable

internal-doc: document the config register mechanism This explains the various usage and feature of the config register introduced in Mercurial 4.3 and 4.4.
author Boris Feld <boris.feld@octobus.net>
date Fri, 27 Oct 2017 18:19:07 +0200
parents 1e2454b60e59
children fb7f58daca48
comparison
equal deleted inserted replaced
34931:3f8273172636 34932:fd78276948b4
200 loaddoc('bundles', subdir='internals')), 200 loaddoc('bundles', subdir='internals')),
201 (['censor'], _('Censor'), 201 (['censor'], _('Censor'),
202 loaddoc('censor', subdir='internals')), 202 loaddoc('censor', subdir='internals')),
203 (['changegroups'], _('Changegroups'), 203 (['changegroups'], _('Changegroups'),
204 loaddoc('changegroups', subdir='internals')), 204 loaddoc('changegroups', subdir='internals')),
205 (['config'], _('Config Register'),
206 loaddoc('config', subdir='internals')),
205 (['requirements'], _('Repository Requirements'), 207 (['requirements'], _('Repository Requirements'),
206 loaddoc('requirements', subdir='internals')), 208 loaddoc('requirements', subdir='internals')),
207 (['revlogs'], _('Revision Logs'), 209 (['revlogs'], _('Revision Logs'),
208 loaddoc('revlogs', subdir='internals')), 210 loaddoc('revlogs', subdir='internals')),
209 (['wireprotocol'], _('Wire Protocol'), 211 (['wireprotocol'], _('Wire Protocol'),