mercurial/merge.py
changeset 29889 6f447b9ec263
parent 29831 1316c7cccc76
child 30060 a145161debed
--- a/mercurial/merge.py	Mon Aug 29 17:48:14 2016 -0700
+++ b/mercurial/merge.py	Tue Aug 30 09:22:53 2016 -0700
@@ -1586,7 +1586,7 @@
                 actions[m] = []
             actions[m].append((f, args, msg))
 
-        if not util.checkcase(repo.path):
+        if not util.fscasesensitive(repo.path):
             # check collision between files only in p2 for clean update
             if (not branchmerge and
                 (force or not wc.dirty(missing=True, branch=False))):