mercurial/util.py
changeset 12345 e0ee3e822a9a
parent 12105 6f58430dfdd0
parent 12344 b6173aee4a47
child 12387 4f8067c94729
--- a/mercurial/util.py	Mon Sep 20 15:46:17 2010 +0200
+++ b/mercurial/util.py	Mon Sep 20 22:29:13 2010 +0200
@@ -644,7 +644,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