diff --git a/Makefile b/Makefile index 2135ddef6d6e93afd8998ca824efd4680d4f1830_TWFrZWZpbGU=..f90fd0acef68deef5da3fa2f9e5fffbe32a7150d_TWFrZWZpbGU= 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,9 @@ # 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-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.2 tests-4.0.2 tests-4.1.3 tests-4.2.3 tests-4.3.3 tests-4.4.2 \ - tests-4.5.3 tests-4.6.2 tests-4.7.2 tests-4.8.2 tests-4.9.1 tests-5.0 tests-@ +all-version-tests: tests-3.7.3 tests-3.8.4 tests-3.9.2 tests-4.0.2 tests-4.1.3 \ + tests-4.2.3 tests-4.3.3 tests-4.4.2 tests-4.5.3 tests-4.6.2 tests-4.7.2 \ + tests-4.8.2 tests-4.9.1 tests-5.0 tests-@ release: $(PYTHON) setup.py sdist diff --git a/hggit/__init__.py b/hggit/__init__.py index 2135ddef6d6e93afd8998ca824efd4680d4f1830_aGdnaXQvX19pbml0X18ucHk=..f90fd0acef68deef5da3fa2f9e5fffbe32a7150d_aGdnaXQvX19pbml0X18ucHk= 100644 --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -83,9 +83,8 @@ __version__ = '0.8.12' -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.2 4.0.2 4.1.3 4.2.3 4.3.3 4.4.2 4.5.3 4.6.2 4.7.2 ' - '4.8.2 4.9.1 5.0') +testedwith = ('3.7.3 3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3.3 4.4.2 4.5.3 4.6.2 ' + '4.7.2 4.8.2 4.9.1 5.0') buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}