diff mercurial/commands.py @ 29176:8c8442523eef

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 17 May 2016 11:28:46 -0500
parents a032ebea4e97 aaabed77791a
children c5f9ff302065
line wrap: on
line diff
--- a/mercurial/commands.py	Wed May 11 01:56:59 2016 +0000
+++ b/mercurial/commands.py	Tue May 17 11:28:46 2016 -0500
@@ -4590,7 +4590,7 @@
     subtopic = None
     if name and '.' in name:
         name, section = name.split('.', 1)
-        section = section.lower()
+        section = encoding.lower(section)
         if '.' in section:
             subtopic, section = section.split('.', 1)
         else: