Mercurial > hg > mercurial-crew
diff mercurial/util.py @ 18911:451eb1c27c1b
util: improve doc for checkcase
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 11 Feb 2013 00:43:12 +0100 (2013-02-10) |
parents | cafa447a7d3b |
children | 0080d0d1fcb3 |
line wrap: on
line diff
--- a/mercurial/util.py +++ b/mercurial/util.py @@ -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.