mercurial/help.py
changeset 28523 045fe7042510
parent 28058 ff6e8dc659f8
child 28828 3640c1702c43
--- a/mercurial/help.py	Sun Mar 13 01:59:18 2016 +0530
+++ b/mercurial/help.py	Sat Mar 12 18:51:07 2016 -0800
@@ -188,6 +188,8 @@
      loaddoc('bundles', subdir='internals')),
     (['changegroups'], _('representation of revlog data'),
      loaddoc('changegroups', subdir='internals')),
+    (['requirements'], _('repository requirements'),
+     loaddoc('requirements', subdir='internals')),
     (['revlogs'], _('revision storage mechanism'),
      loaddoc('revlogs', subdir='internals')),
 ])