Mercurial > hg-stable
changeset 39630:a2880ac67ee0
help: add internals.wireprotocolrpc to the table
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 14 Sep 2018 22:25:44 +0900 |
parents | 96bffce40f5b |
children | a658f97c1ce4 |
files | mercurial/help.py tests/test-help.t |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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>