hgext/largefiles/lfutil.py
changeset 15171 547da6115d1d
parent 15170 c1a4a3220711
child 15188 8e115063950d
--- a/hgext/largefiles/lfutil.py	Thu Sep 29 17:04:57 2011 -0500
+++ b/hgext/largefiles/lfutil.py	Thu Sep 29 17:14:47 2011 -0500
@@ -103,12 +103,7 @@
 
 if os.name == 'nt':
     from mercurial import win32
-    try:
-        linkfn = win32.oslink
-    except:
-        linkfn = win32.os_link
-else:
-    linkfn = os.link
+    linkfn = win32.oslink
 
 def link(src, dest):
     try: