Mercurial > hgrepos > DevTools > mercurial-extensions
diff extensions/kwarchive.py @ 432:e036013a4003
Note that the extensions work with Mercurkal 6.9.5
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 10 May 2026 13:49:58 +0200 |
| parents | 2a062f87f75d |
| children | 7fd26761565b |
line wrap: on
line diff
--- a/extensions/kwarchive.py Sat Aug 27 22:04:22 2022 +0200 +++ b/extensions/kwarchive.py Sun May 10 13:49:58 2026 +0200 @@ -2,7 +2,7 @@ # @(#) $HGheader$ # $HGnodeid$ # :- -# :Copyright: (C) 2017-2022 Franz Glasner <fzglas.hg@dom66.de> +# :Copyright: (C) 2017-2026 Franz Glasner <fzglas.hg@dom66.de> # :License: This software may be used and distributed according to the # terms of the GNU General Public License version 2 or any # later version. @@ -122,7 +122,7 @@ _urlutil = util -testedwith = b"4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1 4.8.1 4.9 5.0.1 5.1.2 5.2.1 5.5 5.6 5.9.1 6.1.4" +testedwith = b"4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1 4.8.1 4.9 5.0.1 5.1.2 5.2.1 5.5 5.6 5.9.1 6.1.4 6.9.5" SHORTENED_HG_SCHEMES = { b"ssh": b"hg+ssh",
