Skip to content
Snippets Groups Projects
Commit a3ed99b0 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

makefile: update tested versions of Mercurial to 4.3+

parent 8de310e8
No related branches found
No related tags found
2 merge requests!56GitLab CI,!53Drop compatibility hacks for unsupported versions of Mercurial
......@@ -21,11 +21,11 @@
(cd $(CREW) ; $(MAKE) clean local) && \
cd tests && $(PYTHON) run-tests.py --with-hg=$(CREW)/hg $(TESTFLAGS)
# 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.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.
# Mercurial 3.4 had a core bug that caused a harmless test failure -- 3.4.1
# fixes that bug.
# This is intended to be the authoritative list of versions of
# Mercurial that this extension is tested with. Versions prior to the
# version that ships in the latest Ubuntu LTS release (2.8.2 for
# 14.04; 3.7.3 for 16.04; 4.5.3 for 18.04; 5.3.1 for 20.04) 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.
......@@ -31,7 +31,7 @@
all-version-tests: tests-3.7.3 tests-3.8.4 tests-3.9.2 tests-4.0.2 tests-4.1.3 \
tests-4.2.3 tests-4.3.3 tests-4.4.2 tests-4.5.3 tests-4.6.2 tests-4.7.2 \
tests-4.8.2 tests-4.9.1 tests-5.0.2 tests-5.1.2 tests-5.2 tests-@
all-version-tests: tests-4.3.3 tests-4.4.2 tests-4.5.3 tests-4.6.2 \
tests-4.7.2 tests-4.8.2 tests-4.9.1 tests-5.0.2 tests-5.1.2 tests-5.2.2 \
tests-5.3.2 tests-5.4.2 tests-5.5.2 tests-@
release:
$(PYTHON) setup.py sdist
......
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