Details
Details
- Reviewers
pulkit Alphare - Group Reviewers
hg-reviewers - Commits
- rHG11f3c3f408fd: hg-core: minor code style change (D8958#inline-14993 followup)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
hg-core: D8958 followup
Seems like that patch is pushed and public now. Hence we cannot amend this into that. Can you update the patch with commit description describing what it's doing? Also, I maybe wrong but it seems like this patch is doing multiple things at once.
Comment Actions
Need to go through the patches, but thanks a lot for splitting and sending all these individual patches. It will make reviewing a cakewalk.
rust/hg-core/src/revlog/index.rs | ||
---|---|---|
24 | I'll change this to offset + INDEX_ENTRY_SIZE in flight. I hope you don't mind. I find that more natural, and it's what I suggested in the previous, and it matches line 26. |
I'll change this to offset + INDEX_ENTRY_SIZE in flight. I hope you don't mind. I find that more natural, and it's what I suggested in the previous, and it matches line 26.