changeset 31293 | 2cdb1239ff8c |
parent 31265 | 79715ba22f9c |
child 31793 | 69d8fcf20014 |
--- a/mercurial/help.py Fri Mar 10 16:54:41 2017 -0500 +++ b/mercurial/help.py Fri Mar 10 17:37:39 2017 -0500 @@ -189,6 +189,8 @@ internalstable = sorted([ (['bundles'], _('Bundles'), loaddoc('bundles', subdir='internals')), + (['censor'], _('Censor'), + loaddoc('censor', subdir='internals')), (['changegroups'], _('Changegroups'), loaddoc('changegroups', subdir='internals')), (['requirements'], _('Repository Requirements'),