diff mercurial/help.py @ 31293:2cdb1239ff8c

help: update help.internalstable for new censor docs
author Augie Fackler <augie@google.com>
date Fri, 10 Mar 2017 17:37:39 -0500
parents 79715ba22f9c
children 69d8fcf20014
line wrap: on
line diff
--- 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'),