mercurial/windows.py
changeset 15674 7b7f03502b5a
parent 15655 5402fd9dd13e
parent 15672 2ebe3d0ce91d
child 16076 e7701459fb42
--- a/mercurial/windows.py	Thu Dec 15 16:50:21 2011 -0600
+++ b/mercurial/windows.py	Fri Dec 16 19:05:59 2011 -0600
@@ -131,7 +131,11 @@
 def normpath(path):
     return pconvert(os.path.normpath(path))
 
-normcase = os.path.normcase
+encodinglower = None
+encodingupper = None
+
+def normcase(path):
+    return encodingupper(path)
 
 def realpath(path):
     '''