mercurial/extensions.py
changeset 46094 1ced08423d59
parent 46030 2cf61e66c6d0
child 46690 90a92f041fc6
--- a/mercurial/extensions.py	Wed Dec 09 18:21:16 2020 -0500
+++ b/mercurial/extensions.py	Tue Dec 08 10:51:05 2020 -0500
@@ -810,7 +810,7 @@
     exts = {}
     for name, path in pycompat.iteritems(paths):
         doc = _disabledhelp(path)
-        if doc:
+        if doc and name != b'__index__':
             exts[name] = doc.splitlines()[0]
 
     return exts