This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-entry: add a `need_delay` method
ClosedPublic

Authored by marmoute on Jul 4 2021, 5:51 PM.

Details

Summary

This abstract the internal processing need for entry that would have an
ambiguous mtime (If I understand things correctly).

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 4 2021, 5:51 PM
SimonSapin accepted this revision.Jul 5 2021, 1:21 AM
Alphare added a subscriber: Alphare.Jul 5 2021, 5:10 AM
Alphare added inline comments.
mercurial/pure/parsers.py
156

nit: needs_delay

pulkit accepted this revision.Jul 6 2021, 12:50 PM
This revision is now accepted and ready to land.Jul 6 2021, 12:50 PM
baymax updated this revision to Diff 28876.Jul 6 2021, 2:09 PM

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

This revision was automatically updated to reflect the committed changes.