Mercurial > hg > hg-git
changeset 470:493b55cb7362
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.
author | David M. Carr <david@carrclan.us> |
---|---|
date | Sat, 04 Aug 2012 14:06:19 -0400 (2012-08-04) |
parents | 7f485ed8a463 |
children | e8302d9c3ef0 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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