This is an archive of the discontinued Mercurial Phabricator instance.

rust: Move VFS code to its own module
ClosedPublic

Authored by SimonSapin on Sep 10 2021, 11:11 AM.

Details

Summary

It was previously in the hg::repo module, but both repo code and vfs
will likely grow in the future.

Diff Detail

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

Event Timeline

SimonSapin created this revision.Sep 10 2021, 11:11 AM
Alphare accepted this revision.Sep 13 2021, 6:11 AM
This revision is now accepted and ready to land.Sep 13 2021, 6:11 AM
This revision was automatically updated to reflect the committed changes.