This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: enforce `possibly_dirty` in `set_tracked`
ClosedPublic

Authored by marmoute on Jul 19 2021, 10:09 AM.

Details

Summary

There is some usecase (like hg revert) that requires more agressive
possibly_dirty setting. So we take a safe path and enforce it in one of the
main normallookup replacement.

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, 10:09 AM
marmoute updated this revision to Diff 29477.Jul 19 2021, 10:54 AM
Alphare accepted this revision.Jul 19 2021, 12:28 PM
This revision is now accepted and ready to land.Jul 19 2021, 12:28 PM
baymax updated this revision to Diff 29518.Jul 19 2021, 4:04 PM

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

pulkit accepted this revision.Jul 20 2021, 3:45 PM
This revision was automatically updated to reflect the committed changes.