# HG changeset patch # User Augie Fackler # Date 2017-08-22 20:57:37 # Node ID 99113426105723c0d1573f87b3c02db9d9582b95 # Parent 237d2502ee6ee811b90d74a188afc9ad9d08a908 tests: update test-largefiles-small-disk to pass our import checker diff --git a/tests/test-largefiles-small-disk.t b/tests/test-largefiles-small-disk.t --- a/tests/test-largefiles-small-disk.t +++ b/tests/test-largefiles-small-disk.t @@ -1,7 +1,10 @@ Test how largefiles abort in case the disk runs full $ cat > criple.py < import os, errno, shutil + > from __future__ import absolute_import + > import errno + > import os + > import shutil > from mercurial import util > # > # this makes the original largefiles code abort: