test-clone-stream_bigendian
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1647351947 -3600
# Tue Mar 15 14:45:47 2022 +0100
# Branch stable
# Node ID
3e911cdaa0585276740d2c72357ca776bb62db62
# Parent
d4486810a1795fba9521449b8885ced034f3a6dd
test: update test-clone-stream.t to pass on bigendian
Fixes: a3cf460a6b1b ("stream-clone: also filter the requirement we put in the bundle 2")
Differential Revision: https://phab.mercurial-scm.org/D12377
Gbp-Pq: Name test-clone-stream_bigendian.patch
revlog_unsigned_char_fix
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# Date
1647277023 -3600
# Mon Mar 14 17:57:03 2022 +0100
# Branch stable
# Node ID
9ce563fb2989eda394330d3a9d37a8a75995a304
# Parent
59be65b7cdfded782e992c9d2e5557a7e78be878
revlog: fix wrong type of rank_unknown variable
We treat "rank" as an int everywhere, but declare rank_unknown as a
char. On architectures where char is signed, that works out ok, but
when char is unsigned, rank_unknown is 255 instead of -1.
Differential Revision: https://phab.mercurial-scm.org/D12374
Gbp-Pq: Name revlog_unsigned_char_fix.patch