changeset 624:ea72c664ae73

testedwith: add 2.8.1
author Augie Fackler <raf@durin42.com>
date Sat, 14 Dec 2013 11:19:39 -0500
parents 6faa5b0f8909
children 3c3d18dae4f5
files Makefile hggit/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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`