changeset 18911:451eb1c27c1b

util: improve doc for checkcase
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 11 Feb 2013 00:43:12 +0100
parents b52404a914a9
children 4e1ae55e63ef
files mercurial/util.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.