( )⚙ D11610 largefiles: pass current transaction to `lfdirstate.write()`

This is an archive of the discontinued Mercurial Phabricator instance.

largefiles: pass current transaction to `lfdirstate.write()`
ClosedPublic

Authored by pulkit on Oct 5 2021, 7:43 AM.

Details

Summary

Right now, the largefile dirstate is not included in transaction which makes
things complex. Next patch will add code to do so, so let's make it mandatory to
pass current transaction and pass from all existing callers.

Diff Detail

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

Event Timeline

pulkit created this revision.Oct 5 2021, 7:43 AM
martinvonz accepted this revision.Oct 8 2021, 4:53 PM
This revision is now accepted and ready to land.Oct 8 2021, 4:53 PM