author | Mads Kiilerich <mads@kiilerich.com> |
Mon, 11 Feb 2013 00:43:12 +0100 | |
changeset 18911 | 451eb1c27c1b |
parent 18910 | b52404a914a9 |
child 18912 | 4e1ae55e63ef |
mercurial/util.py | file | annotate | diff | comparison | revisions |
--- a/mercurial/util.py Thu Apr 11 14:41:22 2013 +0200 +++ b/mercurial/util.py Mon Feb 11 00:43:12 2013 +0100 @@ -637,7 +637,7 @@ def checkcase(path): """ - Check whether the given path is on a case-sensitive filesystem + Return true if the given path is on a case-sensitive filesystem Requires a path (like /foo/.hg) ending with a foldable final directory component.