diff -r ed01fa8ceaa6 -r 1dca460e7d1e mercurial/commands.py --- 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')