changeset 15489 | 25ea33fe7e5c |
parent 15440 | 9ab2b3b730ee |
parent 15488 | 6eff984d8e76 |
child 15655 | 5402fd9dd13e |
--- 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