changeset 720:3a045277a434

Makefile: drop support for hg older than 2.8.2 Ubuntu's current LTS release (Trusty Tahr) comes with Mercurial 2.8.2, which still works fine with current code. The older LTS comes with a version that's broken, but I don't have to worry about that anymore.
author Augie Fackler <raf@durin42.com>
date Tue, 13 May 2014 17:25:04 -0400
parents 9c6f083eecad
children 9f20b66027c2
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
 
 # This is intended to be the authoritative list of Hg versions that this
 # extension is tested with.  Versions prior to the version that ships in the
-# latest Ubuntu LTS release (2.0.2 for 12.04 LTS) may be dropped if they
+# latest Ubuntu LTS release (2.8.2 for 14.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-2.0.2 tests-2.1.2 tests-2.2.3 tests-2.8.1 tests-tip
+all-version-tests: tests-2.8.2 tests-tip
 
 .PHONY: tests all-version-tests