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.
--- 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