mercurial/util.py
branchstable
changeset 12344 b6173aee4a47
parent 12051 ff5cec76b1c5
child 12345 e0ee3e822a9a
--- a/mercurial/util.py	Mon Sep 20 21:46:39 2010 +0200
+++ b/mercurial/util.py	Mon Sep 20 21:46:56 2010 +0200
@@ -642,7 +642,7 @@
             l = l + 1
         name = name[l:]
 
-    if not os.path.exists(os.path.join(root, name)):
+    if not os.path.lexists(os.path.join(root, name)):
         return None
 
     seps = os.sep