mercurial/windows.py
branchstable
changeset 15671 3c5e818ac679
parent 15637 7f01ad702405
child 15672 2ebe3d0ce91d
equal deleted inserted replaced
15670:d6c19cfa03ce 15671:3c5e818ac679
   129     return path.replace('/', '\\')
   129     return path.replace('/', '\\')
   130 
   130 
   131 def normpath(path):
   131 def normpath(path):
   132     return pconvert(os.path.normpath(path))
   132     return pconvert(os.path.normpath(path))
   133 
   133 
   134 normcase = os.path.normcase
   134 def normcase(path):
       
   135     return path.upper()
   135 
   136 
   136 def realpath(path):
   137 def realpath(path):
   137     '''
   138     '''
   138     Returns the true, canonical file system path equivalent to the given
   139     Returns the true, canonical file system path equivalent to the given
   139     path.
   140     path.