##// END OF EJS Templates
revlog: fix wrong type of rank_unknown variable...
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
Julien Cristau -
r49820:9ce563fb stable
Show More
Name Size Modified Last Commit Author
/ contrib / perf-utils
discovery-helper.sh Loading ...
perf-revlog-write-plot.py Loading ...
search-discovery-case Loading ...
subsetmaker.py Loading ...