mercurial/commands.py
changeset 6746 1dca460e7d1e
parent 6743 86e8187b721a
child 6747 f6c00b17387c
--- a/mercurial/commands.py	Thu Jun 26 13:58:22 2008 -0500
+++ b/mercurial/commands.py	Thu Jun 26 13:58:24 2008 -0500
@@ -643,7 +643,7 @@
     file('.debugfsinfo', 'w').write('')
     ui.write('exec: %s\n' % (util.checkexec(path) and 'yes' or 'no'))
     ui.write('symlink: %s\n' % (util.checklink(path) and 'yes' or 'no'))
-    ui.write('case-sensitive: %s\n' % (util.checkfolding('.debugfsinfo')
+    ui.write('case-sensitive: %s\n' % (util.checkcase('.debugfsinfo')
                                 and 'yes' or 'no'))
     os.unlink('.debugfsinfo')