mercurial/windows.py
changeset 13890 31eb145b50b6
parent 13879 5b0a3f6cbead
child 13986 9c374cf76b7d
--- a/mercurial/windows.py	Tue Apr 05 16:55:47 2011 +0800
+++ b/mercurial/windows.py	Tue Apr 05 11:55:52 2011 +0200
@@ -135,6 +135,9 @@
 def checkexec(path):
     return False
 
+def checklink(path):
+    return False
+
 def set_binary(fd):
     # When run without console, pipes may expose invalid
     # fileno(), usually set to -1.