changeset 755:13d42d321c24

Mark hg 3.1 as supported as well.
author Augie Fackler <raf@durin42.com>
date Sat, 23 Aug 2014 12:58:09 -0400
parents 5e2f63e1064c
children 7c7e296f8c1e
files Makefile hggit/__init__.py
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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-@
+all-version-tests: tests-2.8.2 tests-3.0.1 3.1 tests-@
 
 .PHONY: tests all-version-tests
--- a/hggit/__init__.py
+++ b/hggit/__init__.py
@@ -48,7 +48,7 @@
 from git_handler import GitHandler
 import verify
 
-testedwith = '2.8.2 3.0.1'
+testedwith = '2.8.2 3.0.1 3.1'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 cmdtable = {}
@@ -243,4 +243,3 @@
     if gitnode is None:
         gitnode = ''
     return gitnode
-