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

Compatibility with Mercurial 6.4

The only change we had to make is a workaround for what appears to
be a minor bug in Mercurial or, if it is intended that some cache has
to be updated explicitely, a missing compatibility in `mercurial-testhelper`.
parent 8651fbfc
No related branches found
No related tags found
2 merge requests!151heptapod#743: making 0.36 the new stable,!142Compatibility with Mercurial 6.4
Pipeline #65067 passed
......@@ -652,6 +652,10 @@
# subsequent call adds a changeset
wrapper.commit_file('inc')
# this seems to be either a minor bug in Mercurial 6.4 or in
# mercurial-testhelpers: the `tip` pseudo tag is not immediately updated
# leading to the `assert_compare_repos` failing.
wrapper.reload()
bundle2_path = tmpdir / '2.bundle'
wrapper.command('bundle', as_bytes(bundle2_path), rev=[b'.'], base=[sha1])
fixture.fetch_bundle(bundle2_path, target_repo_msg, nb_chunks=1)
......
heptapod<4.1
heptapod>=4.1.0dev0
protobuf~=3.20.1
grpcio~=1.42.0
grpcio-status~=1.42.0
......
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