mercurial/commands.py
changeset 26159 f3b467aca485
parent 26065 dceaef70e410
child 26190 29d29a82263f
--- a/mercurial/commands.py	Wed Sep 02 15:19:05 2015 -0400
+++ b/mercurial/commands.py	Wed Sep 02 23:50:45 2015 -0400
@@ -3971,6 +3971,7 @@
     section = None
     if name and '.' in name:
         name, section = name.split('.', 1)
+        section = section.lower()
 
     text = help.help_(ui, name, **opts)