Mercurial > hg > hg-git
changeset 945:bdd097524b88
mark as compatible with Mercurial 3.6
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Sun, 08 Nov 2015 21:39:00 -0800 (2015-11-09) |
parents | e1d343fdeba4 |
children | 93d70993447c |
files | Makefile hggit/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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-3.5 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-3.6 tests-@ .PHONY: tests all-version-tests