diff -r 8a84347b9907 -r 6f447b9ec263 mercurial/context.py --- 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,