Mercurial > hg > hg-git
changeset 738:0812923b3848
tests: assert compatibility with Mercurial 3.0.1
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Tue, 17 Jun 2014 14:24:21 -0700 |
parents | 5d35a5c12b02 |
children | e034e5196d6c |
files | Makefile hggit/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ # 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 tests-@ +all-version-tests: tests-2.8.2 tests-3.0.1 tests-@ .PHONY: tests all-version-tests