Mercurial > public > mercurial-scm > hg
diff mercurial/commands.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 | f6c00b17387c |
line wrap: on
line diff
--- 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')