This is an archive of the discontinued Mercurial Phabricator instance.

dagutil: remove descendantset() and ancestorset()
ClosedPublic

Authored by indygreg on Aug 17 2018, 5:30 PM.

Details

Summary

descendantset() is unused after the previous commit. And
ancestorset() was only used by descendantset(), so it can be removed
as well.

.. api:: descendantset() and ancestorset() removed from dagutil

Use a revset instead when operating on the changelog. Or use
various functionality in the ancestor or dagop modules.

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

indygreg created this revision.Aug 17 2018, 5:30 PM
This revision was automatically updated to reflect the committed changes.