# HG changeset patch # User Augie Fackler # Date 1449536357 18000 # Node ID 1f367cf5e68851b113079f53371d905fa049b9ed # Parent e259824cf863b5e5f6f6d109bdac2dbbe69c2cf9 all-version-tests: wrap to 80 columns and test 3.{5,6}.2 diff -r e259824cf863 -r 1f367cf5e688 Makefile --- a/Makefile Mon Dec 07 19:58:53 2015 -0500 +++ b/Makefile Mon Dec 07 19:59:17 2015 -0500 @@ -30,6 +30,7 @@ # 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-3.5 tests-3.6 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.2 tests-3.6.2 tests-@ .PHONY: tests all-version-tests