comparison Makefile @ 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 f0e774680e70
children 6f4fe8ad1883
comparison
equal deleted inserted replaced
719:9c6f083eecad 720:3a045277a434
20 (cd $(CREW) ; $(MAKE) clean ) && \ 20 (cd $(CREW) ; $(MAKE) clean ) && \
21 cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS) 21 cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
22 22
23 # This is intended to be the authoritative list of Hg versions that this 23 # This is intended to be the authoritative list of Hg versions that this
24 # extension is tested with. Versions prior to the version that ships in the 24 # extension is tested with. Versions prior to the version that ships in the
25 # latest Ubuntu LTS release (2.0.2 for 12.04 LTS) may be dropped if they 25 # latest Ubuntu LTS release (2.8.2 for 14.04 LTS) may be dropped if they
26 # interfere with new development. The latest released minor version should be 26 # interfere with new development. The latest released minor version should be
27 # listed for each major version; earlier minor versions are not needed. 27 # listed for each major version; earlier minor versions are not needed.
28 all-version-tests: tests-2.0.2 tests-2.1.2 tests-2.2.3 tests-2.8.1 tests-tip 28 all-version-tests: tests-2.8.2 tests-tip
29 29
30 .PHONY: tests all-version-tests 30 .PHONY: tests all-version-tests