Mercurial > hgrepos > DevTools > mercurial-extensions
diff extensions/revinfo.py @ 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 | 1744b36c39b7 |
line wrap: on
line diff
--- 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",
