comparison mercurial/util.py @ 6746:1dca460e7d1e

rename checkfolding to checkcase
author Matt Mackall <mpm@selenic.com>
date Thu, 26 Jun 2008 13:58:24 -0500
parents 86e8187b721a
children f67d1468ac50
comparison
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.