# HG changeset patch # User Mads Kiilerich # Date 1360539792 -3600 # Node ID 451eb1c27c1b81b077c91f6a1d23c85911afbc09 # Parent b52404a914a9c68b621fdba9b747b4a52d62b552 util: improve doc for checkcase diff -r b52404a914a9 -r 451eb1c27c1b mercurial/util.py --- 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.