Skip to content
Snippets Groups Projects
Commit 70484a23 authored by Georges Racinet's avatar Georges Racinet
Browse files

metadata: Mercurial 5.5 is supported

We don't have a dedicated CI job for hg 5.5 right now, but the
stable branch plays that role for now. Excerpts from a recent succesful
pipeline:

  tests-py2-hg-stable:
    env HGRCPATH= python2 hg version
    Mercurial Distributed SCM (version 5.5+2-3d414dce2d40)

  tests-py3-hg-stable:
    env HGRCPATH= python3 hg version
    Mercurial Distributed SCM (version 5.5+2-3d414dce2d40)
parent 97fbedc2
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
__version__ = b'0.9.0a1'
testedwith = (b'4.3.3 4.4.2 4.5.3 4.6.2 '
b'4.7.2 4.8.2 4.9.1 5.0.2 5.1.2 5.2 5.3 5.4')
b'4.7.2 4.8.2 4.9.1 5.0.2 5.1.2 5.2 5.3 5.4 5.5')
minimumhgversion = b'4.3'
buglink = b'https://foss.heptapod.net/mercurial/hg-git/issues'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment