help: add internals.wireprotocolrpc to the table
authorYuya Nishihara <yuya@tcha.org>
Fri, 14 Sep 2018 22:25:44 +0900
changeset 39614 a2880ac67ee0
parent 39613 96bffce40f5b
child 39615 a658f97c1ce4
help: add internals.wireprotocolrpc to the table
mercurial/help.py
tests/test-help.t
--- a/mercurial/help.py	Fri Sep 14 22:23:02 2018 +0900
+++ b/mercurial/help.py	Fri Sep 14 22:25:44 2018 +0900
@@ -219,6 +219,8 @@
      loaddoc('revlogs', subdir='internals')),
     (['wireprotocol'], _('Wire Protocol'),
      loaddoc('wireprotocol', subdir='internals')),
+    (['wireprotocolrpc'], _('Wire Protocol RPC'),
+     loaddoc('wireprotocolrpc', subdir='internals')),
     (['wireprotocolv2'], _('Wire Protocol Version 2'),
      loaddoc('wireprotocolv2', subdir='internals')),
 ])
--- a/tests/test-help.t	Fri Sep 14 22:23:02 2018 +0900
+++ b/tests/test-help.t	Fri Sep 14 22:25:44 2018 +0900
@@ -1017,6 +1017,8 @@
        requirements  Repository Requirements
        revlogs       Revision Logs
        wireprotocol  Wire Protocol
+       wireprotocolrpc
+                     Wire Protocol RPC
        wireprotocolv2
                      Wire Protocol Version 2
 
@@ -3346,6 +3348,13 @@
   Wire Protocol
   </td></tr>
   <tr><td>
+  <a href="/help/internals.wireprotocolrpc">
+  wireprotocolrpc
+  </a>
+  </td><td>
+  Wire Protocol RPC
+  </td></tr>
+  <tr><td>
   <a href="/help/internals.wireprotocolv2">
   wireprotocolv2
   </a>