diff --git a/Makefile b/Makefile index 05eb0874fa30bee2a9649ab618ca6d4869ade2ed_TWFrZWZpbGU=..d40de32ec5b1380ed20888c744d4f8f468fbf226_TWFrZWZpbGU= 100644 --- 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.1 tests-3.1 tests-@ +all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-@ .PHONY: tests all-version-tests diff --git a/hggit/__init__.py b/hggit/__init__.py index 05eb0874fa30bee2a9649ab618ca6d4869ade2ed_aGdnaXQvX19pbml0X18ucHk=..d40de32ec5b1380ed20888c744d4f8f468fbf226_aGdnaXQvX19pbml0X18ucHk= 100644 --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -54,7 +54,7 @@ from git_handler import GitHandler import verify -testedwith = '2.8.2 3.0.1 3.1' +testedwith = '2.8.2 3.0.1 3.1 3.2.2' buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}