# HG changeset patch # User David M. Carr # Date 1344103579 14400 # Node ID 493b55cb7362acc3fdca30ef5e3272e9ab1d22fb # Parent 7f485ed8a4633ea131589758f03ac2c17ae7a6bb tests: remove hg 1.4.3 from make all-version-tests As demonstrated by the test suite, it was already broken. Specifically, the "Remove any dangling tag references." section of git_handler.py wasn't properly detecting Hg 1.4, and fell through to a call to util.safehasattr, which didn't yet exist. diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ (cd $(CREW) ; $(MAKE) clean ) && \ cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS) -all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-1.7.2 \ - tests-1.9.2 tests-tip +all-version-tests: tests-1.5.4 tests-1.6.2 tests-1.7.2 tests-1.9.2 \ + tests-tip .PHONY: tests all-version-tests