This is an archive of the discontinued Mercurial Phabricator instance.

rust-index: add a `inner` method to the Index struct
ClosedPublic

Authored by marmoute on Dec 13 2019, 3:11 PM.

Details

Summary

We are about to introduce a Rust wrapper to the C index. It will be exposed as a
Python object. As a start all call will be forwarded to an internal index object
(as used now).

For this forwarding to works, we need to access that index object (from the C
extensions). We adds a method doing to on the existing Index rust struct.

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

marmoute created this revision.Dec 13 2019, 3:11 PM
Alphare accepted this revision.Dec 20 2019, 3:38 AM
indygreg accepted this revision.Dec 23 2019, 12:56 PM
This revision is now accepted and ready to land.Dec 23 2019, 12:56 PM
This revision was automatically updated to reflect the committed changes.