diff --git a/Makefile b/Makefile index e1d343fdeba41cdf73f485b4f6dd1d0488227b96_TWFrZWZpbGU=..bdd097524b881ff2dea6373476e98902009d0844_TWFrZWZpbGU= 100644 --- 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 diff --git a/hggit/__init__.py b/hggit/__init__.py index e1d343fdeba41cdf73f485b4f6dd1d0488227b96_aGdnaXQvX19pbml0X18ucHk=..bdd097524b881ff2dea6373476e98902009d0844_aGdnaXQvX19pbml0X18ucHk= 100644 --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -76,7 +76,7 @@ __version__ = '0.8.2' -testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4' +testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6' buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}