[PATCH] help: update help.internalstable for new censor docs

Augie Fackler raf at durin42.com
Fri Mar 10 22:37:44 UTC 2017


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1489185459 18000
#      Fri Mar 10 17:37:39 2017 -0500
# Node ID cb3b598c5f58bb644676d9a8ee1d3f063db39b3d
# Parent  9ab6067dde1d46dd15673ef65a3b2ba59dcd293e
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 @@ def loaddoc(topic, subdir=None):
 internalstable = sorted([
     (['bundles'], _('Bundles'),
      loaddoc('bundles', subdir='internals')),
+    (['censor'], _('Censor'),
+     loaddoc('censor', subdir='internals')),
     (['changegroups'], _('Changegroups'),
      loaddoc('changegroups', subdir='internals')),
     (['requirements'], _('Repository Requirements'),


More information about the Mercurial-devel mailing list