changeset 915:e4006703a287

tests: use Mercurial 3.4.1 for all-version-tests
author Siddharth Agarwal <sid0@fb.com>
date Fri, 19 Jun 2015 11:45:18 -0700
parents b1b03873c9ad
children efcefc3522bd
files Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@
 # 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.
-all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 tests-3.4 tests-@
+# 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-@
 
 .PHONY: tests all-version-tests