branch | stable |
changeset 15488 | 6eff984d8e76 |
parent 15016 | 871c77e78f5d |
child 15489 | 25ea33fe7e5c |
child 15637 | 7f01ad702405 |
--- a/mercurial/windows.py Tue Nov 15 17:16:17 2011 +0100 +++ b/mercurial/windows.py Tue Nov 15 14:25:11 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