makefile: remove support for hg 1.6.4

This version is too old to support unified tests with all-version-tests.
This commit is contained in:
David M. Carr 2012-09-05 23:27:31 -04:00
parent 6d5f028bb1
commit 6edc2d9506

View File

@ -25,8 +25,7 @@ tests-%:
# latest Ubuntu LTS release (2.0.2 for 12.04 LTS) may be dropped if they
# interfere with new development. The latest released minor version should be
# listed for each major version; earlier minor versions are not needed.
all-version-tests: tests-1.6.4 tests-1.7.5 tests-1.8.4 tests-1.9.3 \
tests-2.0.2 tests-2.1.2 tests-2.2.3 tests-2.3 \
tests-tip
all-version-tests: tests-1.7.5 tests-1.8.4 tests-1.9.3 tests-2.0.2 \
tests-2.1.2 tests-2.2.3 tests-2.3 tests-tip
.PHONY: tests all-version-tests