# HG changeset patch # User Kevin Bullock <kbullock@ringworld.org> # Date 1502391296 14400 # Thu Aug 10 14:54:56 2017 -0400 # Node ID c560ed4d5a55542313fce18f9cdefc2d5eb9791c # Parent c35751c248c324eadc59fdfb8e9b895774714b34 compat: update hg versions we test against diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -33,6 +33,6 @@ all-version-tests: tests-2.8.2 tests-2.9.2 tests-3.0.2 tests-3.1.2 tests-3.2.4 \ tests-3.3.3 tests-3.4.2 tests-3.5.2 tests-3.6.3 tests-3.7.3 tests-3.8.4 \ - tests-3.9.2 tests-4.0.2 tests-4.1.3 tests-4.2.2 tests-4.3-rc tests-@ + tests-3.9.2 tests-4.0.2 tests-4.1.3 tests-4.2.3 tests-4.3 tests-@ .PHONY: tests all-version-tests diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -80,7 +80,7 @@ __version__ = '0.8.8' testedwith = ('2.8.2 2.9.2 3.0.2 3.1.2 3.2.4 3.3.3 3.4.2 3.5.2 3.6.3 3.7.3' - '3.8.4 3.9.2 4.0.2 4.1.3 4.2.2 4.3-rc') + '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3') buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}