mercurial/help.py
changeset 39461 7df9ae38c75c
parent 39409 2fe21c65777e
child 39614 a2880ac67ee0
--- 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):