mercurial/posix.py
changeset 24596 75ea27f1711d
parent 24595 136ab89d61cb
child 24692 144883a8d0d4
--- a/mercurial/posix.py	Tue Mar 31 23:30:19 2015 -0700
+++ b/mercurial/posix.py	Wed Apr 01 00:29:22 2015 -0700
@@ -311,6 +311,9 @@
 
         return encoding.upper(path)
 
+    normcasespec = encoding.normcasespecs.other
+    normcasefallback = normcase
+
     # Cygwin translates native ACLs to POSIX permissions,
     # but these translations are not supported by native
     # tools, so the exec bit tends to be set erroneously.