##// END OF EJS Templates
help: add internals.wireprotocolv2 to the table, and remove redundant header
Yuya Nishihara -
r39497:7df9ae38 default
parent child Browse files
Show More
@@ -219,6 +219,8 b' internalstable = sorted(['
219 219 loaddoc('revlogs', subdir='internals')),
220 220 (['wireprotocol'], _('Wire Protocol'),
221 221 loaddoc('wireprotocol', subdir='internals')),
222 (['wireprotocolv2'], _('Wire Protocol Version 2'),
223 loaddoc('wireprotocolv2', subdir='internals')),
222 224 ])
223 225
224 226 def internalshelp(ui):
@@ -1,6 +1,3 b''
1 Wire Protocol Version 2
2 =======================
3
4 1 **Experimental and under active development**
5 2
6 3 This section documents the wire protocol commands exposed to transports
@@ -1017,6 +1017,8 b' internals topic renders index of availab'
1017 1017 requirements Repository Requirements
1018 1018 revlogs Revision Logs
1019 1019 wireprotocol Wire Protocol
1020 wireprotocolv2
1021 Wire Protocol Version 2
1020 1022
1021 1023 sub-topics can be accessed
1022 1024
@@ -3343,6 +3345,13 b' Sub-topic indexes rendered properly'
3343 3345 </td><td>
3344 3346 Wire Protocol
3345 3347 </td></tr>
3348 <tr><td>
3349 <a href="/help/internals.wireprotocolv2">
3350 wireprotocolv2
3351 </a>
3352 </td><td>
3353 Wire Protocol Version 2
3354 </td></tr>
3346 3355
3347 3356
3348 3357
General Comments 0
You need to be logged in to leave comments. Login now