The name better reflects that we have a branchcache object here, even if at
*some point* it is still being constructed.
Details
Details
- Reviewers
martinvonz - Group Reviewers
hg-reviewers - Commits
- rHG3461814417f3: branchmap: rename partial -> bcache
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.
Event Timeline
Comment Actions
The goal of this refactor is to bring clarity to the branchmap cache behaviour, and to make it easier to add performance improvements (in an upcoming additional series of patches).
Comment Actions
Can you split this to a couple of patches?
The idea sounds good, but it isn't easy to review formatting changes,
code moves, and interface improvements as a single patch.
Comment Actions
@yuja: you wanted separate commits, you got separate commits. :-)
(and apologies for taking so long)