Show More
@@ -189,6 +189,8 b' def loaddoc(topic, subdir=None):' | |||||
189 | internalstable = sorted([ |
|
189 | internalstable = sorted([ | |
190 | (['bundles'], _('Bundles'), |
|
190 | (['bundles'], _('Bundles'), | |
191 | loaddoc('bundles', subdir='internals')), |
|
191 | loaddoc('bundles', subdir='internals')), | |
|
192 | (['censor'], _('Censor'), | |||
|
193 | loaddoc('censor', subdir='internals')), | |||
192 | (['changegroups'], _('Changegroups'), |
|
194 | (['changegroups'], _('Changegroups'), | |
193 | loaddoc('changegroups', subdir='internals')), |
|
195 | loaddoc('changegroups', subdir='internals')), | |
194 | (['requirements'], _('Repository Requirements'), |
|
196 | (['requirements'], _('Repository Requirements'), |
@@ -940,6 +940,7 b' internals topic renders index of availab' | |||||
940 | """"""""""""""""""""""""""""""" |
|
940 | """"""""""""""""""""""""""""""" | |
941 |
|
941 | |||
942 | bundles Bundles |
|
942 | bundles Bundles | |
|
943 | censor Censor | |||
943 | changegroups Changegroups |
|
944 | changegroups Changegroups | |
944 | requirements Repository Requirements |
|
945 | requirements Repository Requirements | |
945 | revlogs Revision Logs |
|
946 | revlogs Revision Logs | |
@@ -2976,6 +2977,13 b' Sub-topic indexes rendered properly' | |||||
2976 | Bundles |
|
2977 | Bundles | |
2977 | </td></tr> |
|
2978 | </td></tr> | |
2978 | <tr><td> |
|
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 | <a href="/help/internals.changegroups"> |
|
2987 | <a href="/help/internals.changegroups"> | |
2980 | changegroups |
|
2988 | changegroups | |
2981 | </a> |
|
2989 | </a> |
General Comments 0
You need to be logged in to leave comments.
Login now