mercurial/help.py
changeset 39614 a2880ac67ee0
parent 39461 7df9ae38c75c
child 40263 8cf459d8b111
--- 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')),
 ])