This is an archive of the discontinued Mercurial Phabricator instance.

rust-dirstate-status: use fast-path even with fsmonitor and sparse extensions
ClosedPublic

Authored by Alphare on Oct 17 2019, 8:24 AM.

Details

Summary

When I initially ran the tests on my series, there were test failures related
to those extensions. Now that the initial series has landed, I felt like going
back to those issues because people with performance issues will often want to
use fsmonitor and sparse.

Either because of flaky tests or because the series has changed so much, I
can't seem to reproduce these issues... let's widen the scope of the fast-path.

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

Alphare created this revision.Oct 17 2019, 8:24 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.
martinvonz added inline comments.
mercurial/dirstate.py
1119

This made the import of sparse unused. I'll remove it.