This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: drop comparison primitive on the timestamp class
ClosedPublic

Authored by marmoute on Dec 2 2021, 2:03 PM.

Details

Summary

All comparison are now managed without using operator :

  • the status mtime comparisons is handled by the DirstateItem,
  • the fixup reliability check,
  • the update "hack".

So we no longer needs the operator and should discourage its usage.

Diff Detail

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