diff -r 1eefa4451c56 -r 25ea33fe7e5c mercurial/windows.py --- 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