# HG changeset patch # User Yuya Nishihara # Date 1536931544 -32400 # Node ID a2880ac67ee0c497973d69fd7e8bafe22268ce4f # Parent 96bffce40f5b98d3b378c19de2de72fee8653c21 help: add internals.wireprotocolrpc to the table diff -r 96bffce40f5b -r a2880ac67ee0 mercurial/help.py --- 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')), ]) diff -r 96bffce40f5b -r a2880ac67ee0 tests/test-help.t --- 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 + + wireprotocolrpc + + + Wire Protocol RPC + + wireprotocolv2