diff mercurial/help.py @ 28523:045fe7042510

help: document requirements We didn't have unified documentation of the various repository requirements. This patch changes that.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 Mar 2016 18:51:07 -0800
parents ff6e8dc659f8
children 3640c1702c43
line wrap: on
line diff
--- 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')),
 ])