# HG changeset patch
# User Augie Fackler <augie@google.com>
# Date 1489185459 18000
#      Fri Mar 10 17:37:39 2017 -0500
# Node ID 2cdb1239ff8c54e9c54878f06d9a5c5795fd517b
# Parent  b6ab0adf379d1ac9b509c6b936f6aba6a855f476
help: update help.internalstable for new censor docs

diff --git a/mercurial/help.py b/mercurial/help.py
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -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'),
diff --git a/tests/test-help.t b/tests/test-help.t
--- a/tests/test-help.t
+++ b/tests/test-help.t
@@ -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>