# HG changeset patch # User Kevin Bullock # Date 1471038860 18000 # Node ID 1fec6463922bba1193f3637b071bda88f2786cac # Parent 05c8aa7d3edce9dc3611747cc057eb37a24ef7ed tests: update list of hg versions we've tested with diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -30,7 +30,8 @@ # 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.2 tests-3.6.3 tests-3.7 tests-@ +all-version-tests: tests-2.8.2 tests-2.9.2 tests-3.0.2 tests-3.1.2 tests-3.2.4 \ + tests-3.3.3 tests-3.4.2 tests-3.5.2 tests-3.6.3 tests-3.7.3 tests-3.8.4 \ + tests-3.9 tests-@ .PHONY: tests all-version-tests diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -78,7 +78,8 @@ __version__ = '0.8.5' -testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6 3.7' +testedwith = ('2.8.2 2.9.2 3.0.2 3.1.2 3.2.4 3.3.3 3.4.2 3.5.2 3.6.3 3.7.3' + '3.8.4 3.9') buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}