internals: copy-edit "register" -> "registrar" in configitem docs stable
authorKevin Bullock <kbullock+mercurial@ringworld.org>
Wed, 01 Nov 2017 13:24:08 -0500
branchstable
changeset 34951 fb7f58daca48
parent 34950 cffc8a22ce0c
child 34952 05ebb553bd03
internals: copy-edit "register" -> "registrar" in configitem docs
mercurial/help.py
mercurial/help/internals/config.txt
--- 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.