# HG changeset patch # User Augie Fackler # Date 1503431484 14400 # Node ID 163b6b7f333c85127d95bbd5bfa85df75f300001 # Parent 04518bd58e8a16ecbd7410ffa91b6876d651eff7 tests: update test-hardlinks to pass our import checker diff -r 04518bd58e8a -r 163b6b7f333c tests/test-hardlinks.t --- a/tests/test-hardlinks.t Tue Aug 22 15:51:18 2017 -0400 +++ b/tests/test-hardlinks.t Tue Aug 22 15:51:24 2017 -0400 @@ -17,8 +17,9 @@ Some implementations of cp can't create hardlinks (replaces 'cp -al' on Linux): $ cat > linkcp.py < from __future__ import absolute_import + > import sys > from mercurial import util - > import sys > util.copyfiles(sys.argv[1], sys.argv[2], hardlink=True) > EOF