This is an archive of the discontinued Mercurial Phabricator instance.

ancestor: incrementalmissingancestors.basesheads()
ClosedPublic

Authored by gracinet on Jan 14 2019, 9:14 PM.

Details

Summary

This new method will avoid the need to access the bases attribute directly
in setdiscovery, and to prefilter nullrev before passing it to the
heads() revset.

Being a method, it can transparently be reimplemented in a Rust (or any native)
version.

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 14 2019, 9:14 PM
This revision was automatically updated to reflect the committed changes.