mercurial/context.py
changeset 29889 6f447b9ec263
parent 29827 a22b3de3b65a
child 29909 b60a5fe98b73
--- a/mercurial/context.py	Mon Aug 29 17:48:14 2016 -0700
+++ b/mercurial/context.py	Tue Aug 30 09:22:53 2016 -0700
@@ -1501,7 +1501,7 @@
 
         # Only a case insensitive filesystem needs magic to translate user input
         # to actual case in the filesystem.
-        if not util.checkcase(r.root):
+        if not util.fscasesensitive(r.root):
             return matchmod.icasefsmatcher(r.root, r.getcwd(), pats, include,
                                            exclude, default, r.auditor, self,
                                            listsubrepos=listsubrepos,