comparison mercurial/help.py @ 39461: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
comparison
equal deleted inserted replaced
39460:35ecaa999a12 39461:7df9ae38c75c
217 loaddoc('requirements', subdir='internals')), 217 loaddoc('requirements', subdir='internals')),
218 (['revlogs'], _('Revision Logs'), 218 (['revlogs'], _('Revision Logs'),
219 loaddoc('revlogs', subdir='internals')), 219 loaddoc('revlogs', subdir='internals')),
220 (['wireprotocol'], _('Wire Protocol'), 220 (['wireprotocol'], _('Wire Protocol'),
221 loaddoc('wireprotocol', subdir='internals')), 221 loaddoc('wireprotocol', subdir='internals')),
222 (['wireprotocolv2'], _('Wire Protocol Version 2'),
223 loaddoc('wireprotocolv2', subdir='internals')),
222 ]) 224 ])
223 225
224 def internalshelp(ui): 226 def internalshelp(ui):
225 """Generate the index for the "internals" topic.""" 227 """Generate the index for the "internals" topic."""
226 lines = ['To access a subtopic, use "hg help internals.{subtopic-name}"\n', 228 lines = ['To access a subtopic, use "hg help internals.{subtopic-name}"\n',