# HG changeset patch # User Siddharth Agarwal # Date 1447047540 28800 # Node ID bdd097524b881ff2dea6373476e98902009d0844 # Parent e1d343fdeba41cdf73f485b4f6dd1d0488227b96 mark as compatible with Mercurial 3.6 diff --git a/Makefile b/Makefile --- 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 diff --git a/hggit/__init__.py b/hggit/__init__.py --- 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 = {}