Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 39478:7df9ae38c75c
help: add internals.wireprotocolv2 to the table, and remove redundant header
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 06 Sep 2018 21:55:30 +0900 |
parents | 2fe21c65777e |
children | a2880ac67ee0 |
line wrap: on
line diff
--- 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):