Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 105:f142bdb90c8d
Testify that "revinfo" and "kwarchive" work with Mercurial v4.6.1 now
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 02 Aug 2018 18:28:31 +0200 |
| parents | 65789e3e8e3d |
| children | b84f70797939 |
| files | extensions/kwarchive.py extensions/revinfo.py |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 = {
--- 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",
