--- a/mercurial/help.py Fri Aug 17 19:18:53 2018 -0700
+++ b/mercurial/help.py Thu Sep 06 21:55:30 2018 +0900
@@ -219,6 +219,8 @@
loaddoc('revlogs', subdir='internals')),
(['wireprotocol'], _('Wire Protocol'),
loaddoc('wireprotocol', subdir='internals')),
+ (['wireprotocolv2'], _('Wire Protocol Version 2'),
+ loaddoc('wireprotocolv2', subdir='internals')),
])
def internalshelp(ui):
--- a/mercurial/help/internals/wireprotocolv2.txt Fri Aug 17 19:18:53 2018 -0700
+++ b/mercurial/help/internals/wireprotocolv2.txt Thu Sep 06 21:55:30 2018 +0900
@@ -1,6 +1,3 @@
-Wire Protocol Version 2
-=======================
-
**Experimental and under active development**
This section documents the wire protocol commands exposed to transports
--- a/tests/test-help.t Fri Aug 17 19:18:53 2018 -0700
+++ b/tests/test-help.t Thu Sep 06 21:55:30 2018 +0900
@@ -1017,6 +1017,8 @@
requirements Repository Requirements
revlogs Revision Logs
wireprotocol Wire Protocol
+ wireprotocolv2
+ Wire Protocol Version 2
sub-topics can be accessed
@@ -3343,6 +3345,13 @@
</td><td>
Wire Protocol
</td></tr>
+ <tr><td>
+ <a href="/help/internals.wireprotocolv2">
+ wireprotocolv2
+ </a>
+ </td><td>
+ Wire Protocol Version 2
+ </td></tr>