( )⚙ D11699 dirstate: align Rust function name to `need_delay`

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: align Rust function name to `need_delay`
ClosedPublic

Authored by marmoute on Oct 19 2021, 6:02 PM.

Details

Summary

The rest of the code use this name. It is not a great name, but it is better to
stay consistent.

Diff Detail

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

Event Timeline

marmoute created this revision.Oct 19 2021, 6:02 PM
Alphare accepted this revision.Oct 20 2021, 4:33 AM
Alphare added a subscriber: Alphare.

I think a docstring would be good for this function. If this ends up being the only nit in the series it can be done in a follow-up.

This revision is now accepted and ready to land.Oct 20 2021, 4:33 AM
marmoute updated this revision to Diff 30929.Oct 20 2021, 5:12 AM
This revision was automatically updated to reflect the committed changes.