# HG changeset patch # User Augie Fackler # Date 1387037979 18000 # Node ID ea72c664ae735f9f8d29063792040b3698c9dd44 # Parent 6faa5b0f8909064335d3f6e4061e1d465b34a9a9 testedwith: add 2.8.1 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -26,6 +26,6 @@ # 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-1.9.3 tests-2.0.2 tests-2.1.2 tests-2.2.3 \ - tests-2.3.1 tests-tip + tests-2.3.1 tests-2.8.1 tests-tip .PHONY: tests all-version-tests diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -44,7 +44,7 @@ import gitrepo, hgrepo from git_handler import GitHandler -testedwith = '1.9.3 2.0.2 2.1.2 2.2.3 2.3.1' +testedwith = '1.9.3 2.0.2 2.1.2 2.2.3 2.3.1 2.8.1' buglink = 'https://bitbucket.org/durin42/hg-git/issues' # support for `hg clone git://github.com/defunkt/facebox.git`