Mercurial > hg
changeset 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 | b6ab0adf379d |
children | c134a33b1d73 |
files | mercurial/help.py tests/test-help.t |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
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'),
--- 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>