[PATCH] hghave: remove symlink test made useless by ac0da5caebec

Patrick Mezard patrick at mezard.eu
Wed Apr 4 09:11:19 CDT 2012


# HG changeset patch
# User Patrick Mezard <patrick at mezard.eu>
# Date 1333547996 -7200
# Branch stable
# Node ID 980de2eb53e9c6cbe9845bb2cb3fa25c4c12f2ca
# Parent  8ca7187d479f87ac876f7371429bdd28c878f597
hghave: remove symlink test made useless by ac0da5caebec

diff --git a/tests/hghave b/tests/hghave
--- a/tests/hghave
+++ b/tests/hghave
@@ -177,7 +177,6 @@
         return True
     except (OSError, AttributeError):
         return False
-    return hasattr(os, "symlink") # FIXME: should also check file system and os
 
 def has_tla():
     return matchoutput('tla --version 2>&1', r'The GNU Arch Revision')


More information about the Mercurial-devel mailing list