Mercurial > hg
changeset 34951:fb7f58daca48 stable
internals: copy-edit "register" -> "registrar" in configitem docs
author | Kevin Bullock <kbullock+mercurial@ringworld.org> |
---|---|
date | Wed, 01 Nov 2017 13:24:08 -0500 |
parents | cffc8a22ce0c |
children | 05ebb553bd03 |
files | mercurial/help.py mercurial/help/internals/config.txt |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help.py Wed Nov 01 16:07:33 2017 -0400 +++ b/mercurial/help.py Wed Nov 01 13:24:08 2017 -0500 @@ -202,7 +202,7 @@ loaddoc('censor', subdir='internals')), (['changegroups'], _('Changegroups'), loaddoc('changegroups', subdir='internals')), - (['config'], _('Config Register'), + (['config'], _('Config Registrar'), loaddoc('config', subdir='internals')), (['requirements'], _('Repository Requirements'), loaddoc('requirements', subdir='internals')),
--- a/mercurial/help/internals/config.txt Wed Nov 01 16:07:33 2017 -0400 +++ b/mercurial/help/internals/config.txt Wed Nov 01 13:24:08 2017 -0500 @@ -88,7 +88,7 @@ Supporting older versions ------------------------- -The registry was introduced in Mercurial 4.3, and the ``generic`` parameter was +The registrar was introduced in Mercurial 4.3, and the ``generic`` parameter was introduced in 4.4. Starting with Mercurial 4.4, all core options were registered and developer warnings are emitted when accessing unregistered option.