# HG changeset patch # User Franz Glasner # Date 1533227311 -7200 # Node ID f142bdb90c8d082cb42d84c5cedf0c36d7ed7c40 # Parent 65789e3e8e3d3312fcd1f40174a505922a904207 Testify that "revinfo" and "kwarchive" work with Mercurial v4.6.1 now diff -r 65789e3e8e3d -r f142bdb90c8d extensions/kwarchive.py --- a/extensions/kwarchive.py Thu Aug 02 18:22:43 2018 +0200 +++ b/extensions/kwarchive.py Thu Aug 02 18:28:31 2018 +0200 @@ -46,7 +46,7 @@ pycompat, scmutil, templatefilters, util, node) -testedwith = "4.3.1 4.3.2 4.4.1 4.4.2 4.5.2" +testedwith = "4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1" SHORTENED_HG_SCHEMES = { diff -r 65789e3e8e3d -r f142bdb90c8d extensions/revinfo.py --- a/extensions/revinfo.py Thu Aug 02 18:22:43 2018 +0200 +++ b/extensions/revinfo.py Thu Aug 02 18:28:31 2018 +0200 @@ -18,7 +18,7 @@ command = cmdutil.command(cmdtable) -testedwith = "3.5 3.5.1 3.5.2 4.3.1 4.3.2 4.4.1 4.4.2 4.5.2" +testedwith = "3.5 3.5.1 3.5.2 4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1" @command("revinfo",