Mercurial > hgrepos > DevTools > mercurial-extensions
comparison extensions/kwarchive.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 | aaf84b607154 |
comparison
equal
deleted
inserted
replaced
| 104:65789e3e8e3d | 105:f142bdb90c8d |
|---|---|
| 44 from mercurial.i18n import _ | 44 from mercurial.i18n import _ |
| 45 from mercurial import (archival, commands, config, cmdutil, error, match, | 45 from mercurial import (archival, commands, config, cmdutil, error, match, |
| 46 pycompat, scmutil, templatefilters, util, node) | 46 pycompat, scmutil, templatefilters, util, node) |
| 47 | 47 |
| 48 | 48 |
| 49 testedwith = "4.3.1 4.3.2 4.4.1 4.4.2 4.5.2" | 49 testedwith = "4.3.1 4.3.2 4.4.1 4.4.2 4.5.2 4.6.1" |
| 50 | 50 |
| 51 | 51 |
| 52 SHORTENED_HG_SCHEMES = { | 52 SHORTENED_HG_SCHEMES = { |
| 53 "ssh": "hg+ssh", | 53 "ssh": "hg+ssh", |
| 54 "http": "hg+http", | 54 "http": "hg+http", |
