##// END OF EJS Templates
help: update help.internalstable for new censor docs
Augie Fackler -
r31293:2cdb1239 default
parent child Browse files
Show More
@@ -189,6 +189,8 b' def loaddoc(topic, subdir=None):'
189 189 internalstable = sorted([
190 190 (['bundles'], _('Bundles'),
191 191 loaddoc('bundles', subdir='internals')),
192 (['censor'], _('Censor'),
193 loaddoc('censor', subdir='internals')),
192 194 (['changegroups'], _('Changegroups'),
193 195 loaddoc('changegroups', subdir='internals')),
194 196 (['requirements'], _('Repository Requirements'),
@@ -940,6 +940,7 b' internals topic renders index of availab'
940 940 """""""""""""""""""""""""""""""
941 941
942 942 bundles Bundles
943 censor Censor
943 944 changegroups Changegroups
944 945 requirements Repository Requirements
945 946 revlogs Revision Logs
@@ -2976,6 +2977,13 b' Sub-topic indexes rendered properly'
2976 2977 Bundles
2977 2978 </td></tr>
2978 2979 <tr><td>
2980 <a href="/help/internals.censor">
2981 censor
2982 </a>
2983 </td><td>
2984 Censor
2985 </td></tr>
2986 <tr><td>
2979 2987 <a href="/help/internals.changegroups">
2980 2988 changegroups
2981 2989 </a>
General Comments 0
You need to be logged in to leave comments. Login now