# HG changeset patch # User Kevin Bullock # Date 1517940769 21600 # Node ID bb255eaf3d14c598dc26b9f17999abc7bf327173 # Parent e326b349eba6b6ee57ac8df221727f79c313d04a compat: update testedwith for hg 4.5 release diff -r e326b349eba6 -r bb255eaf3d14 Makefile --- a/Makefile Tue Feb 06 08:45:48 2018 -0600 +++ b/Makefile Tue Feb 06 12:12:49 2018 -0600 @@ -31,6 +31,7 @@ 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.3 tests-4.3.3 tests-4.4 tests-@ + tests-3.9.2 tests-4.0.2 tests-4.1.3 tests-4.2.3 tests-4.3.3 tests-4.4.2 \ + tests-4.5 tests-@ .PHONY: tests all-version-tests diff -r e326b349eba6 -r bb255eaf3d14 hggit/__init__.py --- a/hggit/__init__.py Tue Feb 06 08:45:48 2018 -0600 +++ b/hggit/__init__.py Tue Feb 06 12:12:49 2018 -0600 @@ -80,7 +80,7 @@ __version__ = '0.8.10' 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.3 4.3.3 4.4') + '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3.3 4.4.2 4.5') buglink = 'https://bitbucket.org/durin42/hg-git/issues' cmdtable = {}