diff mercurial/windows.py @ 15489:25ea33fe7e5c

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 15 Nov 2011 14:33:06 -0600
parents 9ab2b3b730ee 6eff984d8e76
children 5402fd9dd13e
line wrap: on
line diff
--- a/mercurial/windows.py	Fri Nov 11 00:22:02 2011 +0100
+++ b/mercurial/windows.py	Tue Nov 15 14:33:06 2011 -0600
@@ -131,6 +131,8 @@
 def normpath(path):
     return pconvert(os.path.normpath(path))
 
+normcase = os.path.normcase
+
 def realpath(path):
     '''
     Returns the true, canonical file system path equivalent to the given