Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 99:d7c453c740ef
Note that the extensions work with Mercurial v4.5.2 also
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 02 Aug 2018 12:58:15 +0200 |
| parents | eb62e6f43712 |
| children | eed73af1ab79 |
| files | extensions/kwarchive.py extensions/revinfo.py |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/kwarchive.py Mon Mar 05 09:24:37 2018 +0100 +++ b/extensions/kwarchive.py Thu Aug 02 12:58:15 2018 +0200 @@ -44,7 +44,7 @@ pycompat, scmutil, templatefilters, util) -testedwith = "4.3.1 4.3.2 4.4.1 4.4.2" +testedwith = "4.3.1 4.3.2 4.4.1 4.4.2 4.5.2" SHORTENED_HG_SCHEMES = {
--- a/extensions/revinfo.py Mon Mar 05 09:24:37 2018 +0100 +++ b/extensions/revinfo.py Thu Aug 02 12:58:15 2018 +0200 @@ -17,7 +17,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" +testedwith = "3.5 3.5.1 3.5.2 4.3.1 4.3.2 4.4.1 4.4.2 4.5.2" @command("revinfo",
