( )⚙ D11127 dirstate-map: do not use `size` to gate copy dropping during remove_file

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-map: do not use `size` to gate copy dropping during remove_file
ClosedPublic

Authored by marmoute on Jul 19 2021, 6:39 AM.

Details

Summary

This get us close to moving the block right above withing the DirstateItem
object. Doing so will help us getting rid of magic constant at the dirstatemap
level.

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

marmoute created this revision.Jul 19 2021, 6:39 AM
Alphare accepted this revision.Jul 19 2021, 12:27 PM
This revision is now accepted and ready to land.Jul 19 2021, 12:27 PM
pulkit accepted this revision.Jul 19 2021, 8:06 PM
baymax updated this revision to Diff 29546.Jul 20 2021, 3:20 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)