changeset 945:bdd097524b88

mark as compatible with Mercurial 3.6
author Siddharth Agarwal <sid0@fb.com>
date Sun, 08 Nov 2015 21:39:00 -0800
parents e1d343fdeba4
children 93d70993447c
files Makefile hggit/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 = {}