# HG changeset patch # User Christian Ebert # Date 1333745604 -7200 # Node ID a3385251155855a6256caea5a44511b6cfff68c4 # Parent 3c257fefa53d4fb1e883a6fb1fff0f99b4203278# Parent 0e3b1a8a243cd8b24cdd5020e08e05f1637a7986 Merge with stable diff -r 3c257fefa53d -r a33852511558 tests/hghave --- a/tests/hghave Wed Apr 04 09:31:47 2012 +0200 +++ b/tests/hghave Fri Apr 06 22:53:24 2012 +0200 @@ -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')