This is an archive of the discontinued Mercurial Phabricator instance.

revlog: use size_t for nodetree capacity
ClosedPublic

Authored by quark on Jan 12 2021, 5:51 PM.

Details

Summary

This allows handling revlog containing more than 33554432 (INT_MAX /
sizeof(nodetreenode)) revisions on x64 platforms.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

quark created this revision.Jan 12 2021, 5:51 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.