mercurial/util.py
changeset 6746 1dca460e7d1e
parent 6743 86e8187b721a
child 6762 f67d1468ac50
equal deleted inserted replaced
6745:ed01fa8ceaa6 6746:1dca460e7d1e
   837     except ImportError:
   837     except ImportError:
   838         return None
   838         return None
   839 
   839 
   840 # File system features
   840 # File system features
   841 
   841 
   842 def checkfolding(path):
   842 def checkcase(path):
   843     """
   843     """
   844     Check whether the given path is on a case-sensitive filesystem
   844     Check whether the given path is on a case-sensitive filesystem
   845 
   845 
   846     Requires a path (like /foo/.hg) ending with a foldable final
   846     Requires a path (like /foo/.hg) ending with a foldable final
   847     directory component.
   847     directory component.