diff mercurial/util.py @ 12345:e0ee3e822a9a

Merge with stable
author Patrick Mezard <pmezard@gmail.com>
date Mon, 20 Sep 2010 22:29:13 +0200
parents 6f58430dfdd0 b6173aee4a47
children 4f8067c94729
line wrap: on
line diff
--- 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