This is an archive of the discontinued Mercurial Phabricator instance.

rust-cpython: generalised conversion function
ClosedPublic

Authored by gracinet on Jan 10 2019, 4:56 AM.

Details

Summary

Because hg::ancestors::MissingAncestors has methods taking
some HashSet<Revision> besides impl IntoIterator<Item = Revision>
as parameters we'll need the more generic rev_pyiter_collect() function
to also build these

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

gracinet created this revision.Jan 10 2019, 4:56 AM
This revision was automatically updated to reflect the committed changes.