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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

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.