##// END OF EJS Templates
internals: copy-edit "register" -> "registrar" in configitem docs
Kevin Bullock -
r34952:fb7f58da stable
parent child Browse files
Show More
@@ -202,7 +202,7 b' internalstable = sorted(['
202 202 loaddoc('censor', subdir='internals')),
203 203 (['changegroups'], _('Changegroups'),
204 204 loaddoc('changegroups', subdir='internals')),
205 (['config'], _('Config Register'),
205 (['config'], _('Config Registrar'),
206 206 loaddoc('config', subdir='internals')),
207 207 (['requirements'], _('Repository Requirements'),
208 208 loaddoc('requirements', subdir='internals')),
@@ -88,7 +88,7 b' The ``dynamicdefault`` object is then av'
88 88 Supporting older versions
89 89 -------------------------
90 90
91 The registry was introduced in Mercurial 4.3, and the ``generic`` parameter was
91 The registrar was introduced in Mercurial 4.3, and the ``generic`` parameter was
92 92 introduced in 4.4. Starting with Mercurial 4.4, all core options were registered
93 93 and developer warnings are emitted when accessing unregistered option.
94 94
General Comments 0
You need to be logged in to leave comments. Login now