# HG changeset patch # User Augie Fackler <raf@durin42.com> # Date 1439328158 14400 # Tue Aug 11 17:22:38 2015 -0400 # Node ID 02f69ab61c8221b5e5f1626a9044ed9a4d2f5982 # Parent 7c80e9f8131fe579e491114cf6da9b23a057558e tests: add hg 3.5 to all-version-tests diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -29,6 +29,6 @@ # Mercurial 3.4 had a core bug that caused a harmless test failure -- 3.4.1 # fixes that bug. -all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 tests-3.4.1 tests-@ +all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 tests-3.4.1 tests-3.5 tests-@ .PHONY: tests all-version-tests