This allows handling revlog containing more than 33554432 (INT_MAX /
sizeof(nodetreenode)) revisions on x64 platforms.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGfcc324a228fe: revlog: use size_t for nodetree capacity
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.