changeset 485:3f7fedb28bee

makefile: remove support for hg 1.6.4 This version is too old to support unified tests with all-version-tests.
author David M. Carr <david@carrclan.us>
date Wed, 05 Sep 2012 23:27:31 -0400
parents 1eea0c53216e
children 9dd1bf315196
files Makefile
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,7 @@
 # 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