Skip to content
Snippets Groups Projects
Commit 3a045277 authored by durin42's avatar durin42
Browse files

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.
parent 9c6f083e
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,6 @@
# 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.
......@@ -26,5 +26,5 @@
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment