help: update help.internalstable for new censor docs
authorAugie Fackler <augie@google.com>
Fri, 10 Mar 2017 17:37:39 -0500
changeset 31293 2cdb1239ff8c
parent 31292 b6ab0adf379d
child 31294 c134a33b1d73
help: update help.internalstable for new censor docs
mercurial/help.py
tests/test-help.t
--- 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'),
--- a/tests/test-help.t	Fri Mar 10 16:54:41 2017 -0500
+++ b/tests/test-help.t	Fri Mar 10 17:37:39 2017 -0500
@@ -940,6 +940,7 @@
   """""""""""""""""""""""""""""""
   
        bundles       Bundles
+       censor        Censor
        changegroups  Changegroups
        requirements  Repository Requirements
        revlogs       Revision Logs
@@ -2976,6 +2977,13 @@
   Bundles
   </td></tr>
   <tr><td>
+  <a href="/help/internals.censor">
+  censor
+  </a>
+  </td><td>
+  Censor
+  </td></tr>
+  <tr><td>
   <a href="/help/internals.changegroups">
   changegroups
   </a>