# HG changeset patch # User Anton Shestakov # Date 1653647612 -14400 # Node ID 72ff7cd051763e958f3f735afaf146886c74bc1e # Parent 5207225239557efd1d7d0bb5d5093763dca5191b tests: add hg10 requirement to test-check-module-imports.t This requirement exists to make sure for hg has locate command, which is used in this test file for getting a list of files to check. Since in theory current versions of tests could be run on older hg, it doesn't hurt to mark even this version requirement (as old as it is). See also: a29f071751df. diff -r 520722523955 -r 72ff7cd05176 tests/test-check-module-imports.t --- a/tests/test-check-module-imports.t Sun May 22 00:10:58 2022 +0200 +++ b/tests/test-check-module-imports.t Fri May 27 14:33:32 2022 +0400 @@ -1,4 +1,4 @@ -#require test-repo +#require test-repo hg10 $ . "$TESTDIR/helpers-testrepo.sh" $ import_checker="$TESTDIR"/../contrib/import-checker.py